Skip to main content
GET
/
api
/
Configuration
/
KanbanGroups
cURL
curl --request GET \
  --url https://api.example.com/api/Configuration/KanbanGroups
[
  {
    "id": 123,
    "customerId": 123,
    "enabled": true,
    "groupOrder": 123,
    "name": "<string>",
    "includeInCandidatePipeline": true
  }
]

Query Parameters

enabledOnly
boolean

Response

200 - application/json

OK

id
integer<int32>
customerId
integer<int32>
enabled
boolean
groupOrder
integer<int32>
name
string | null
includeInCandidatePipeline
boolean