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
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | Selects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dataTypes":[{"name":"VIN_NUMBER","patterns":["[A-HJ-NPR-Z0-9]{17}"]},{"name":"VIN_NUMBER","patterns":["[A-HJ-NPR-Z0-9]{17}"]}],"page":{"nextToken":"mollit consequat do"}}