GET
/
repositories
/
{id}
/
jobs
Get Repository Jobs
curl --request GET \
  --url https://api.neobrain.io/{version}/repositories/{id}/jobs \
  --header 'Authorization: Bearer <token>'
{
  "id": 0,
  "externalId": "ABC",
  "title": "Java Developer",
  "jobStatusId": 1,
  "repositoryId": 123,
  "additionalFields": [
    {
      "externalFieldId": "external_field_code",
      "name": "Field Name",
      "value": "Technical team"
    }
  ]
}

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

Response

Success

id
integer

Internal reference

Example:

0

externalId
string

External reference

Example:

"ABC"

title
string

Job description title

Example:

"Java Developer"

jobStatusId
integer

Status id

Example:

1

repositoryId
integer

Repository id

additionalFields
object[]