GET
/
jobs
/
{id}
curl --request GET \
  --url https://api.neobrain.io/{version}/jobs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 0,
  "externalId": "ABC",
  "title": "Java Developer",
  "mission": "Lorem ipsum dolor sit ament...",
  "results": "Lorem ipsum dolor sit ament...",
  "training": "Lorem ipsum dolor sit ament...",
  "experience": "Lorem ipsum dolor sit ament...",
  "jobStatusId": 1,
  "repositoryId": 1,
  "additionalFields": [
    {
      "externalFieldId": "external_field_code",
      "name": "Field Name",
      "value": "2007-06-23"
    }
  ],
  "skills": [
    {
      "id": 0,
      "title": "Java",
      "type": "Hard SKill",
      "requiredLevel": 1,
      "importance": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

API token for the Authorization header parameter.

Headers

Accept-Language
string

Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales

Path Parameters

id
integer
required

Resource identifier. It can be an integer or a string having the following format x-EXTERNAL_ID, where EXTERNAL_ID is a alpha numerical string and is related to externalId field value.

Response

200
application/json

Success

The response is of type object.