# Quick Start: Get Job Requisition

There are two ways to get job requisition, by external Id and Id.

# By ExternalId

External Id is a formatted string that consists of external ATS name and external job requisition Id. The format is "ats|{ats-name}|id|{identity-of-job-in-external-ATS}"

GET /services/api/x/perf-ats-integration-api/v1/job-requisitions/$externalId={external Id}
HTTP/1.1
Host: {your portal}.csod.com
Authorization: Bearer {your oauth2 token}

# By Id

Id is the internal identity you got from a success creation operation. It is GUID.

GET /services/api/x/perf-ats-integration-api/v1/job-requisitions/$id={guid}
HTTP/1.1
Host: {your portal}.csod.com
Authorization: Bearer {your oauth2 token}