Get PDT by ID
GET {{url}}/{{tenantName}}/{{instanceName}}/pdts/{{core_type_name}}/{{core_type_id}}
This API endpoint performs a GET request to retrieve information about a specific instance of a Profile Data Type (PDT) with the given core_type_name
and core_type_id
.
The core_type_name
parameter specifies the name of the core type of the PDT, while the core_type_id
parameter specifies the unique identifier of the instance of the PDT to retrieve.
This endpoint returns a JSON object containing the details of the requested PDT instance, including its unique identifier, core type, data values, and any metadata associated with it. If the PDT instance does not exist or cannot be found, an appropriate error message will be returned.