Get a job agent by JobAgentId.
POST/:customerId/job-agents/:jobAgentTypeId
Get a job agent by JobAgentId.
Request
Path Parameters
customerId uuidrequired
A unique UUID value that identifies the customer.
jobAgentTypeId stringrequired
JobAgentTypeId.
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.
- application/json
- text/json
- application/*+json
Body
jobAgentId uuidrequired
code stringrequired
Possible values: non-empty
Body
jobAgentId uuidrequired
code stringrequired
Possible values: non-empty
Body
jobAgentId uuidrequired
code stringrequired
Possible values: non-empty
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
name stringrequired
Possible values: <= 150 characters
email emailrequired
Possible values: non-empty
cultureId stringnullable
keywords stringnullable
locations string[]nullable
regions string[]nullable
fieldsOfWork string[]nullable
{
"name": "string",
"email": "user@example.com",
"cultureId": "string",
"keywords": "string",
"locations": [
"string"
],
"regions": [
"string"
],
"fieldsOfWork": [
"string"
]
}
Bad request provided
Not Found
Internal Server Error
Loading...