List Procedures

Return a list of procedures on a playbook on a case.

Path Params
string
required

Unique identifier for the case, either as an RFC 4122 formatted string, or as a number.

uuid
required

Unique identifier for the playbook on the case, as an RFC 4122 formatted string.

Query Params
string

Filter results that have the specified name.

string

Filter results that have the specified description.

status
array of strings

Filter results that have the specified procedure status.

status
assignee
array of integers or null

Filter results that have a specific procedure assignee, by person numbers. Note that you can specify the literal value null to filter for unassigned procedures.

assignee
Headers
string
enum
Defaults to ordering

Sorts the returned results by the specified field. ordering is the order in which the procedure appears in the playbook.

Allowed:
string
enum
Defaults to asc

Sorts results in ascending or descending order.

Allowed:
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json