v1

latestOpenAPI 3.1.02026-07-1276185442.2 KB
Job Postings

Get Job Posting

get/unified/ats/job_postings/{id}

Path parameters

idstring required

Query parameters

rawboolean nullable

Indicates that the raw request result should be returned in addition to the mapped result (default value is false)

proxyobject nullable

Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key

fieldsstring nullable
Example:id,remote_id,title,locations,internal,status,job_id,remote_job_id,content,compensation,employment_type,employment_contract_type,external_url,external_apply_url,questionnaires,start_date,updated_at,created_at,unified_custom_fields

The comma separated list of fields that will be returned in the response (if empty, all fields are returned)

includestring nullable
Example:questionnaires

The comma separated list of fields that will be included in the response

Headers

x-account-idstring required

The account identifier

Preferstring
Example:heartbeat

Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)

Response

The job with the given identifier was retrieved.

Example response

{
  "data": {
    "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
    "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
    "unified_custom_fields": {
      "my_project_custom_field_1": "REF-1236",
      "my_project_custom_field_2": "some other value"
    },
    "title": "Software Engineer",
    "locations": [
      {
        "id": "12345",
        "name": "New York"
      },
      {
        "id": "67890",
        "name": "Remote"
      }
    ],
    "internal": "true",
    "status": {
      "value": "live"
    },
    "job_id": "job001",
    "remote_job_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48",
    "content": {
      "sections": [
        {
          "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
          "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
          "type": {
            "value": "responsibilities"
          },
          "label": "Key Responsibilities",
          "content": "This is a plain description"
        }
      ]
    },
    "compensation": [
      {
        "title": "Base Salary",
        "type": "salary",
        "pay_period": "month",
        "pay_frequency": "yearly",
        "currency": "USD",
        "value": "50000",
        "min_value_range": "45000",
        "max_value_range": "55000"
      },
      {
        "title": "Bonus",
        "type": "bonus",
        "pay_frequency": "quarterly",
        "currency": "USD",
        "value": "10%"
      }
    ],
    "employment_type": {
      "value": "permanent"
    },
    "employment_contract_type": {
      "value": "full_time"
    },
    "external_url": "https://www.example.com/job-posting/abcd1234",
    "external_apply_url": "https://www.example.com/job-posting/abcd1234/apply",
    "questionnaires": [
      {
        "id": "about001",
        "name": "About",
        "internal": "false",
        "questions": [
          {
            "id": "question001",
            "text": "What is your name?",
            "type": "short_text",
            "required": true,
            "parent_question": null
          },
          {
            "id": "question002",
            "text": "What are your hobbies?",
            "type": "long_text",
            "required": false,
            "parent_question": null
          },
          {
            "id": "question003",
            "text": "What is your favourite animal?",
            "type": "single_select",
            "required": true,
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "Dog"
              },
              {
                "id": "2",
                "text": "Cat"
              },
              {
                "id": "3",
                "text": "Bird"
              },
              {
                "id": "4",
                "text": "Other"
              }
            ],
            "parent_question": null
          },
          {
            "id": "question004",
            "text": "Do you have previous work experience??",
            "type": "single_select",
            "required": true,
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "Yes"
              },
              {
                "id": "2",
                "text": "No"
              }
            ],
            "parent_question": null
          },
          {
            "id": "question005",
            "text": "What was the duration of your last employment?",
            "type": "single_select",
            "required": true,
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "Less than 1 year"
              },
              {
                "id": "2",
                "text": "1-2 years"
              },
              {
                "id": "2",
                "text": "More than 2 year"
              }
            ],
            "parent_question": {
              "id": "question004",
              "option_ids": [
                "1"
              ],
              "condition_type": "equals_to"
            }
          }
        ]
      },
      {
        "id": "experience001",
        "name": "Experience",
        "internal": "false",
        "questions": [
          {
            "id": "question004",
            "text": "Please upload your resume.",
            "type": "attachment",
            "parent_question": null,
            "required": true
          },
          {
            "id": "question005",
            "text": "Select the programming languages you are proficient in.",
            "type": "multi_select",
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "JavaScript"
              },
              {
                "id": "2",
                "text": "Python"
              },
              {
                "id": "3",
                "text": "Java"
              }
            ],
            "parent_question": null,
            "required": true
          },
          {
            "id": "question006",
            "text": "Are you willing to relocate?",
            "type": "boolean",
            "parent_question": null
          },
          {
            "id": "question007",
            "text": "How many years of experience do you have?",
            "type": "number",
            "parent_question": null
          },
          {
            "id": "question008",
            "text": "When did you start your most recent position?",
            "type": "date",
            "parent_question": null
          },
          {
            "id": "question009",
            "text": "Do you have Project Management Experience?",
            "type": "single_select",
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "Yes"
              },
              {
                "id": "2",
                "text": "No"
              }
            ],
            "parent_question": null,
            "required": true
          },
          {
            "id": "question010",
            "text": "How much Project Management experience do you have?",
            "type": "single_select",
            "multiple_choice_answers": [
              {
                "id": "1",
                "text": "1-3 years"
              },
              {
                "id": "2",
                "text": "3-5 years"
              },
              {
                "id": "3",
                "text": "5-10 years"
              },
              {
                "id": "4",
                "text": "More than 10 years"
              }
            ],
            "parent_question": {
              "id": "question009",
              "option_ids": [
                "1"
              ],
              "condition_type": "equals_to"
            }
          }
        ]
      }
    ],
    "start_date": "2021-01-01T00:00:00.000Z",
    "created_at": "2021-01-01T01:01:01.000Z",
    "updated_at": "2021-01-01T01:01:01.000Z"
  }
}