Retrieve the category transition history for the patient sorted by transitionedAt.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category/transition
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/patient/{patientId}/category/transition
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category/transition?startDate=2025-01-01T00%3A00%3A00Z&endDate=2025-01-31T00%3A00%3A00Z&sortDir=ASC&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "nextCursor": "string", "transitions": [ { … } ] }