Status API
This information is for developers. If you're an agent looking for details on viewing case status in Insureio, check out our article on Viewing Client Data.
Read
GET /crm/statuses/.json
The endpoint allows you to view the details of a single status record. To discover the id of the current status for a specific case (for use in making this request), make an API request to read the case.
Success: A 200 response with a json body.
Example Response:
{"active":true, "contacted":true, "created_at":"2015-03-24T07:19:50-07:00", "created_by_id":null, "current":null, "id":24303, "status_type_id":307, "status_type_name":"Submit to App Team", "statusable_id":10911, "statusable_type":"Crm::Case", "system_task_id":null, "updated_at":"2015-03-24T07:19:50-07:00"}
Error: Any response other than 200.
You can find additional API documentation here: