List Stages Custom (POST)
Lists custom stages.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
cursor
The cursor to resume iteration from, otherwise if not provided,
then iteration starts from the beginning.
limit
The maximum number of items.
name
The list of stage names.
ordinal
The list of stage ordinals.
sort_by
The list of fields to sort the items by and how to sort them.
Response
Success.
result
The custom stages.
cursor
The cursor to resume iteration from, otherwise if not provided,
then iteration starts from the beginning.