List partnerships in a practice group
Retrieve active partnerships assigned to a specific practice group, including clinic names and logos. Lab only.
Retrieve active partnerships assigned to a specific practice group, including clinic names and logos. Lab only.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://example.com/practice-groups/550e8400-e29b-41d4-a716-446655440000/partnerships"{ "data": [ { "id": "string", "labId": "string", "clinicId": "string", "status": "string", "initiatedBy": "string", "practiceGroupId": "string", "notes": "string", "createdAt": "string", "updatedAt": "string", "clinicName": "string", "clinicLogo": "string" } ]}Empty
Empty
Empty
Empty
Get a practice group by ID GET
Retrieve a practice group with partnership count. Optionally includes the full list of partnerships in the group. Lab only.
List practice groups GET
Retrieve a paginated list of practice groups for the current lab. Optionally includes partnership counts and inactive groups. Lab only.