Get the setup for a CandidateApplicationFormType.
GET/:customerId/candidates/types/:candidateApplicationFormTypeId
Get the setup for a CandidateApplicationFormType.
Request
Path Parameters
customerId uuidrequired
A unique UUID value that identifies the customer.
candidateApplicationFormTypeId stringrequired
CandidateApplicationFormTypeId of the CandidateApplicationFormType to get.
Header Parameters
X-MindKey-User-Language string
Default value: en-us
Specify User UI Language
X-MindKey-User-Culture string
Default value: en-us
Specify User UI Culture
X-MindKey-User-Timezone string
Default value: Europe/Copenhagen
Specify timezone.
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
Array [
]
]
repeatEmail boolean
showCulture boolean
showKeywords boolean
allowSaveDisclaimer stringnullable
cultures
object[]
nullable
cultureId stringnullable
name stringnullable
locations
object[]
nullable
id stringnullable
description stringnullable
fieldsOfWork
object[]
nullable
id stringnullable
description stringnullable
regions
object[]
nullable
id stringnullable
description stringnullable
[
{
"repeatEmail": true,
"showCulture": true,
"showKeywords": true,
"allowSaveDisclaimer": "string",
"cultures": [
{
"cultureId": "string",
"name": "string"
}
],
"locations": [
{
"id": "string",
"description": "string"
}
],
"fieldsOfWork": [
{
"id": "string",
"description": "string"
}
],
"regions": [
{
"id": "string",
"description": "string"
}
]
}
]
Bad request provided
Not Found
Internal Server Error
Loading...