v1
latestOpenAPI 3.1.02026-07-241050242.7 KB/stages
Retrieve a list of stages.
get/stages
Query parameters
limitinteger
Number of results to return. Max 100.
offsetinteger
Specifies the number of rows to skip before starting to return results.
sortstring
Sorts the stages by orderWeight, id or name.
Response
200
Example response
{
"_metadata": {
"collection": "stages",
"limit": 20,
"total": 8
},
"stages": [
{
"id": 1,
"name": "Contact",
"orderWeight": 1000,
"peopleCount": 16
}
]
}