v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Practitioner

Get all the relationships of the practitioner

Get all the relationships of the practitioner. When transformed=false (default), the response contains raw relationship data with a nested structure. When transformed=true, the response is restructured into a flattened format with deduplicated and organized data including networks, groups, locations, specialties, and related metadata.

get/practitioners/{id}/relationships/all

Path parameters

idstring required

Practitioner ID

Query parameters

transformedboolean

Whether to return transformed response. When true, returns a flattened and deduplicated structure with organized arrays. When false (default), returns raw nested relationship data.

Headers

tenant-idstring

Response

All the relationships that the practitioner belongs to successfully retrieved. Response structure varies based on the 'transformed' parameter: When transformed=false, returns raw data with nested structure containing tenantPractitionerId, tenantPractitionerSpecialties, and groupMemberships. When transformed=true, returns a transformed structure with flattened arrays: networks, groups, groupLocations, groupSpecialties, practitionerSpecialties, networksPlansData, locationsGroupsData, specialtiesData, groupsData, and groupMemberships.

OR