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}