API Reference - Case Statuses

Case statuses are like "buckets" that indicate where a case is in its lifecycle.  

Listing Case Statuses

Returns a collection of case status records, optionally filtered by the available request parameters.

GET /api/v1/case_statuses

 

Available Request Parameters:

Name Type Required Description
id integer no ID of the case status.
name string no Name of the case status.

 

Getting a Case Status

Returns a single case status record, based on the numeric ID.

GET /api/v1/case_statuses/{case_status_id}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request