Get Patients list by PDT

GET {{url}}/{{tenantName}}/{{instanceName}}/pdts/{{core_type_name}}/{{core_type_id}}/patients

This endpoint allows the user to retrieve a list of patients that have profile data associated with the given Core Type ID under the specified Core Type Name in the current formation. The response will include basic information about each patient, such as their ID, name, and other relevant metadata. This information can be useful for various purposes such as managing patient data, conducting analysis on patient profiles, and more.

To use this endpoint, you need to provide the URL, the tenant name, instance name, the Core Type Name, and Core Type ID in the endpoint URL. An authentication token may also be required to access the resource depending on the security settings of the API.