Skip to main content
GET
/
api
/
Configuration
/
Opportunities
/
Stages
Get Opportunity Stages.
curl --request GET \
  --url https://api.example.com/api/Configuration/Opportunities/Stages
[
  {
    "id": 123,
    "enabled": true,
    "name": "<string>",
    "stageOrder": 123,
    "includeInKanban": true
  }
]

Query Parameters

enabledOnly
boolean

Response

200 - application/json

OK

id
integer<int32>
enabled
boolean
name
string | null
stageOrder
integer<int32>
includeInKanban
boolean