List Stages Custom

Lists custom stages.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptionalformat: "text"
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.
limitintegerOptional
The maximum number of items.
namelist of stringsOptional
The list of stage names.
ordinallist of integersOptional
The list of stage ordinals.
sort_bylist of stringsOptional
The list of fields to sort the items by and how to sort them.

Response

Success.
resultlist of objects
The custom stages.
cursorstring or nullformat: "text"
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.

Errors