Custom Stages List Post

POST

Lists custom stages.

Request

This endpoint expects an object.
cursorstringOptional

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

This endpoint returns an object.
resultlist of objects

The custom stages.

cursorstringOptional

The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.