Case flags are tags that indicate special handling on cases.
Listing Case Flags
Returns a collection of case flag records, optionally filtered by the available request parameters.
GET /api/v1/case_flags
Available Request Parameters:
Name | Type | Required | Description |
id | integer | no | ID of the case flag. |
name | string | no | Name of the case flag. |
Getting a Case Flag
Returns a single case flag record, based on the numeric ID.
GET /api/v1/case_flags/{case_flag_id}