v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
Job Application API:Job Applications

Get a job application

get/applications/{applicationId}

Path parameters

applicationIdinteger required

Job Application Id

Response

Requested job application details

applicationIdinteger required
jobTitlestring nullable
jobReferencestring nullable
manualboolean
sourcestring nullable
ratinginteger nullable
createdAtstring date-time nullable
updatedAtstring date-time nullable

Example response

{
  "custom": [
    {
      "fieldId": 1,
      "name": "Text Field 1",
      "type": "Text",
      "value": "Text value"
    },
    {
      "fieldId": 2,
      "name": "List Field 2",
      "type": "List",
      "value": [
        "Value 1",
        "Value 2"
      ]
    },
    {
      "fieldId": 3,
      "name": "Date Field 3",
      "type": "Date",
      "value": "2018-07-01"
    }
  ]
}