List practice groups
Retrieve a paginated list of practice groups for the current lab. Optionally includes partnership counts and inactive groups. Lab only.
Retrieve a paginated list of practice groups for the current lab. Optionally includes partnership counts and inactive groups. Lab only.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
includeInactive?||
Default
falseincludePartnershipCount?||
Default
truesearch?string
page?integer
Range
0 < valueDefault
1limit?integer
Range
0 < value <= 100Default
50Response Body
application/json
curl -X GET "https://example.com/practice-groups"{ "data": [ { "id": "string", "labId": "string", "name": "string", "description": "string", "useCustomExport": true, "exportConfig": null, "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string", "partnershipCount": 0 } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Empty
Empty
Empty
Empty
List partnerships in a practice group GET
Retrieve active partnerships assigned to a specific practice group, including clinic names and logos. Lab only.
Remove a partnership from a practice group DELETE
Remove a single active partnership from a practice group by setting its practiceGroupId to null. The partnership itself is not deleted. Lab manager only.