customization

Custom Stages List

GET
Lists custom stages.

Query parameters

cursorstringOptional
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.
limitintegerOptional
The maximum number of items.
namestringOptional
The list of stage names.
ordinalintegerOptional
The list of stage ordinals.
sort_bystringOptional
The list of fields to sort the items by and how to sort them.

Response

This endpoint returns an object
result
list of objects
The custom stages.
cursor
stringOptional
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.