Skip to main content
GET
/
api
/
Configuration
/
JobCandidateStatuses
cURL
curl --request GET \
  --url https://api.example.com/api/Configuration/JobCandidateStatuses
[
  {
    "id": 123,
    "customerId": 123,
    "enabled": true,
    "jobCandidateKanbanGroupId": 123,
    "jobStageId": 123,
    "name": "<string>",
    "statusOrder": 123,
    "jobCandidateKanbanGroup": "<string>",
    "jobStage": "<string>",
    "jobCandidateSystemStatusId": 123,
    "systemStatus": true,
    "ratingId": 0,
    "rating": "<string>",
    "automatedRejectionsMaxLevelTrigger": true
  }
]

Response

200 - application/json

OK

id
integer<int32>
customerId
integer<int32>
enabled
boolean
jobCandidateKanbanGroupId
integer<int32>
jobStageId
integer<int32> | null
name
string | null
statusOrder
integer<int32>
jobCandidateKanbanGroup
string | null
jobStage
string | null
jobCandidateSystemStatusId
integer<int32> | null
systemStatus
boolean
ratingId
enum<integer>
Available options:
0,
1,
2,
3,
4,
-1
rating
string | null
automatedRejectionsMaxLevelTrigger
boolean