curl --request GET \
--url https://api.example.com/api/Configuration/Stages[
{
"id": 123,
"enabled": true,
"name": "<string>",
"stageOrder": 123
}
]curl --request GET \
--url https://api.example.com/api/Configuration/Stages[
{
"id": 123,
"enabled": true,
"name": "<string>",
"stageOrder": 123
}
]Was this page helpful?