Retrieves the custom datatypes for the current tenant.

GET {{baseUrl}}/dataTypes?pageToken=<string>

Retrieves custom datatypes for the current tenant containing data type name and one or more registered patterns.

Request Params

KeyDatatypeRequiredDescription
pageTokenstringSelects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;dataTypes&quot;:[{&quot;name&quot;:&quot;VIN_NUMBER&quot;,&quot;patterns&quot;:[&quot;[A-HJ-NPR-Z0-9]{17}&quot;]},{&quot;name&quot;:&quot;VIN_NUMBER&quot;,&quot;patterns&quot;:[&quot;[A-HJ-NPR-Z0-9]{17}&quot;]}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;mollit consequat do&quot;}}