API Reference - Case Services

Case services are the actual products or actions that are performed on a case.

Listing Case Services

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

GET /api/v1/case_services

 

Available Request Parameters:

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

 

Getting a Case Service

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

GET /api/v1/case_services/{case_service_id}

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