latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Practitioner

Get all relationship data for a practitioner

Returns all relationship data for the specified practitioner. The response format depends on the transformed query parameter: when false (default), the response is a raw nested relationship structure; when true, it is a flattened format with deduplicated networks, groups, locations, specialties, and related metadata. Use this when you need a comprehensive view of a practitioner's entire relationship graph; for individual relationship types, use the more targeted /relationships/groups, /relationships/locations, or /relationships/networks endpoints instead. {id} is the certifyPractitionerId.

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.

object required

Response structure depends on the 'transformed' query parameter. When transformed=false: returns JsonNode with nested structure containing 'data' with tenantPractitionerId, tenantPractitionerSpecialties, and groupMemberships. When transformed=true: returns TransformedPractitionerRelationships with flattened structure with top-level arrays (networks, groups, groupLocations, groupSpecialties, practitionerSpecialties, networksPlansData, locationsGroupsData, specialtiesData, groupsData, groupMemberships).