Retrieve detailed information about a specific category transition.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category/transition/{transitionId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/patient/{patientId}/category/transition/{transitionId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category/transition/{transitionId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Category transition found and returned successfully
Patient category enrollment ID this transition applies to
Example:55
Response
{ "categoryColor": "#4CAF50", "categoryId": 111, "categoryName": "Active Patient", "changedBy": "Jane Smith", "fromCrmStatusColor": "#2196F3", "fromCrmStatusId": 10, "fromCrmStatusName": "New", "id": 12345, "patientCategoryId": 55, "patientId": 67890, "toCrmStatusColor": "#4CAF50", "toCrmStatusId": 11, "toCrmStatusName": "Qualified", "transitionedAt": "2025-01-15T14:00:00Z" }