Get All PDT by name
GET {{url}}/{{tenantName}}/{{instanceName}}/pdts/{{core_type_name}}
This API endpoint is used to retrieve a list of Profile Data Types (PDTs) for a given core type name. PDTs are used to describe the structure and attributes of different types of data in a profile. By providing the core type name in the URL, this endpoint returns all the available PDTs associated with that core type. The response includes details such as the name, description, and attributes of each PDT. This information can be useful when creating or updating a profile in an application. This endpoint uses the GET HTTP method.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ||
dateStart | string | ||
dateEnd | string | ||
showDeleted | boolean |