API Reference - Case Flags

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}

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