- API v2.0
- Job Feed
- Webhooks
AlliedTravelCareers API v2.0
Jobs
The jobs resource is used to manage job data from AlliedTravelCareers.
The job object
The job object represents a job posting for your account.
Attributes
string
Can be any combination of letters and numbers. Must be unique for each job.
This number is used to identify if our website already has a copy of this job. If it exists, we will update the existing job with any new information provided. If not, the job will be added as a new job.
string
The title of your job posting.
string
The city where your job posting is located.
string
The state where your job posting is located.
string
The ZIP code where your job posting is located.
enum
What type of license a provider applying to your job post needs to have. We use this to appropriately categorize your job.
Possible enum values:Anesthesia TechnicianAudiologistBCBA - SchoolBehavioral Health TechBehavioral TherapistCardiovascular TechCath Lab TechCertified Occupational Therapist Assistant (COTA)CLSCRTCSTCT TechCVOR TechCytotech / CytogeneticsDental AssistantDental HygienistDialysis TechDietician / Registered DieticianDORDosimetristDual-Modality TechEcho Tech
EEG TechEKG TechElectrophysiology TechEMTEndo Tech / GI TechHBOTHisto TechInterventional RadiologyLACLicensed Clinical Social WorkerLicensed Professional Marriage CounselorLISACLMSWLPCLPCCLSWMammography TechMedical AssistantMedical Lab TechnicianMedical Social WorkerMedical TechnologistMicrobiology Tech
Monitor TechMRI TechNeurodiagnostic TechNeurophysiology TechNon-Clinical TechNuclear Medicine TechOB TechOccupational Therapist (OT)Ophthalmic TechnicianOrthopedic TechOT - SchoolOTAOTA - SchoolParamedicPathology AssistantPatient Care TechPerfusionistPharmacistPharmacy TechPhlebotomistPhysical Therapist (PT)Physical Therapy Assistant (PTA)
Polysomnographic / Sleep TechPsych TechPsychologist - SchoolPsychologyPT - SchoolRad TechRadiation TherapistRecreational TherapistResp TechRRTSFASLP - SchoolSLPASLPA - SchoolSpecial Procedures TechSped TeacherSpeech Language Pathologist (SLP)Sterile Processing TechSurg TechTechnicianTele TechUltrasound
Vascular TechX-Ray Tech
string
Map a client’s shift field to this field if the full shift info is stored in one field
enum
The type of shifts the employee is expected to work.
Possible enum values:daysnightseveningsrotating
integer
The number of shifts per week the employee is expected to work. Values from 3 - 6
integer
The number of hours per shift the employee is expected to work. Values from 6 - 16
decimal
The minimum pay provided by the Client for this Job. This is the bottom end of the pay range.
decimal
The maximum pay provided by the Client for this Job. This is the top end of the pay range.
enum
The frequency at which a Client pays the Employee for this Job.
Possible enum values:HourlyWeekly
list<enum>
The type(s) of employment applicable for this job. You can include more than one value from the list of allowed values. See sample feed above for List format example when including multiple values.
Possible enum values:Full-TimePart-TimeTemporaryPermanent
integer
The numeric length part of the contract duration (e.g. the "13" in "13 weeks").
enum
The unit part of the contract duration (e.g. the "weeks" in "13 weeks").
Possible enum values:dayweekmonthyear
date
The date your position starts. If left blank, or a date in the past, the start date will automatically be set to ASAP.
string
The description of your job posting. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]>
string
The minimum requirements a lead applying to your job posting must meet. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]>
string
The benefits offered by this position. Basic HTML tags are allowed.
Example
{
"id": 4,
"title": "Job Title",
"license": "PT",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shift": "Flex",
"shiftType": "evenings",
"shiftsPerWeek": 5,
"hoursPerShift": 8,
"payAmountMin": "1980.00",
"payAmountMax": "2420.00",
"payFrequency": "Weekly",
"durationLength": 25,
"durationUnit": "week",
"startdate": "2025-11-05",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2025-11-05",
"referenceNumber": "TFoVVjnM",
"employmentType": "Full-Time"
}
<?xml version="1.0"?>
<jobs>
<job>
<id>4</id>
<title>Job Title</title>
<license>PT</license>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shift>Flex</shift>
<shiftType>evenings</shiftType>
<shiftsPerWeek>5</shiftsPerWeek>
<hoursPerShift>8</hoursPerShift>
<payAmountMin>1980.00</payAmountMin>
<payAmountMax>2420.00</payAmountMax>
<payFrequency>Weekly</payFrequency>
<durationLength>25</durationLength>
<durationUnit>week</durationUnit>
<startdate>2025-11-05</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2025-11-05</posted>
<referenceNumber>TFoVVjnM</referenceNumber>
<employmentType>Full-Time</employmentType>
</job>
</jobs>
List all jobs
URL Parameters
No parameters.
Query Parameters
No parameters.
Example Request
Example Response
[
{
"id": 5,
"title": "Job Title",
"license": "PTA",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shift": "Flex",
"shiftType": "evenings",
"shiftsPerWeek": 5,
"hoursPerShift": 8,
"payAmountMin": "1980.00",
"payAmountMax": "2420.00",
"payFrequency": "Weekly",
"durationLength": 25,
"durationUnit": "week",
"startdate": "2025-11-05",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2025-11-05",
"referenceNumber": "TFoVVjnM",
"employmentType": "Full-Time"
},
{
"id": 6,
"title": "Job Title",
"license": "PTA",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shift": "Flex",
"shiftType": "evenings",
"shiftsPerWeek": 5,
"hoursPerShift": 8,
"payAmountMin": "1980.00",
"payAmountMax": "2420.00",
"payFrequency": "Weekly",
"durationLength": 25,
"durationUnit": "week",
"startdate": "2025-11-05",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2025-11-05",
"referenceNumber": "TFoVVjnM",
"employmentType": "Part-Time"
}
]
<?xml version="1.0"?>
<jobs>
<job>
<id>6</id>
<title>Job Title</title>
<license>OT</license>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shift>Flex</shift>
<shiftType>evenings</shiftType>
<shiftsPerWeek>5</shiftsPerWeek>
<hoursPerShift>8</hoursPerShift>
<payAmountMin>1980.00</payAmountMin>
<payAmountMax>2420.00</payAmountMax>
<payFrequency>Weekly</payFrequency>
<durationLength>25</durationLength>
<durationUnit>week</durationUnit>
<startdate>2025-11-05</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2025-11-05</posted>
<referenceNumber>TFoVVjnM</referenceNumber>
<employmentType>Full-Time</employmentType>
</job>
<job>
<id>2</id>
<title>Job Title</title>
<license>PTA</license>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shift>Flex</shift>
<shiftType>evenings</shiftType>
<shiftsPerWeek>5</shiftsPerWeek>
<hoursPerShift>8</hoursPerShift>
<payAmountMin>1980.00</payAmountMin>
<payAmountMax>2420.00</payAmountMax>
<payFrequency>Weekly</payFrequency>
<durationLength>25</durationLength>
<durationUnit>week</durationUnit>
<startdate>2025-11-05</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2025-11-05</posted>
<referenceNumber>TFoVVjnM</referenceNumber>
<employmentType>Full-Time</employmentType>
</job>
</jobs>
Post job(s)
Parameters
The maximum data payload size for requests to this endpoint is 1,000.
The maximum active jobs allowed is 10,000. Any additional jobs will be ignored.
| Field | Format/Values | Required | Description |
|---|---|---|---|
| referenceNumber |
Alphanumeric |
Yes | Can be any combination of letters and numbers. Must be unique for each job. This number is used to identify if our website already has a copy of this job. If it exists, we will update the existing job with any new information provided. If not, the job will be added as a new job. |
| title |
String |
Yes | The title of your job posting. |
| city |
String |
No | The city where your job posting is located. |
| state |
USPS 2-letter abbreviation |
Yes | The state where your job posting is located. |
| postalCode |
USPS 5-digit or 9-digit ZIP code |
No | The ZIP code where your job posting is located. |
| license |
String One of the following allowed values:
|
Yes | What type of license a provider applying to your job post needs to have. We use this to appropriately categorize your job. |
| shift |
String |
No | Map a client’s shift field to this field if the full shift info is stored in one field |
| shiftType |
String One of the following allowed values:
|
No | The type of shifts the employee is expected to work. |
| shiftsPerWeek |
Integer |
No | The number of shifts per week the employee is expected to work. Values from 3 - 6 |
| hoursPerShift |
Integer |
No | The number of hours per shift the employee is expected to work. Values from 6 - 16 |
| payAmountMin |
Decimal |
No | The minimum pay provided by the Client for this Job. This is the bottom end of the pay range. |
| payAmountMax |
Decimal |
No | The maximum pay provided by the Client for this Job. This is the top end of the pay range. |
| payFrequency |
String One of the following allowed values:
|
No | The frequency at which a Client pays the Employee for this Job. |
| employmentType |
Enum One of the following allowed values:
|
No | The type(s) of employment applicable for this job. You can include more than one value from the list of allowed values. See sample feed above for List format example when including multiple values. |
| durationLength |
Integer |
No | The numeric length part of the contract duration (e.g. the "13" in "13 weeks"). |
| durationUnit |
String One of the following allowed values:
|
No | The unit part of the contract duration (e.g. the "weeks" in "13 weeks"). |
| startDate |
Date |
No | The date your position starts. If left blank, or a date in the past, the start date will automatically be set to ASAP. |
| description |
String |
Yes | The description of your job posting. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]> |
| requirements |
String |
No | The minimum requirements a lead applying to your job posting must meet. Basic HTML tags are allowed. If using XML, wrap in <![CDATA[ ]]> |
| benefits |
String |
No | The benefits offered by this position. Basic HTML tags are allowed. |
Example Request
[
{
"referenceNumber": "u9FE7VIZ",
"title": "Job Title",
"city": "Lancaster",
"state": "PA",
"postalCode": "17603",
"description": "Text or HTML describing this job",
"requirements": "Text or HTML describing the requirements for this job",
"license": "PT",
"shiftType": "days",
"shiftsPerWeek": 5,
"hoursPerShift": 8,
"payAmountMin": "1980.00",
"payAmountMax": "2420.00",
"payFrequency": "Weekly",
"employmentType": [
"Full-Time",
"Part-Time",
"Temporary",
"Permanent"
],
"durationLength": 13,
"durationUnit": "week",
"startDate": "2025-11-05",
"benefits": "Text or HTML describing the benefits for this job"
}
]
<?xml version="1.0"?>
<jobs>
<job>
<referenceNumber>u9FE7VIZ</referenceNumber>
<title>Job Title</title>
<city>Lancaster</city>
<state>PA</state>
<postalCode>17603</postalCode>
<description>Text or HTML describing this job</description>
<requirements>Text or HTML describing the requirements for this job</requirements>
<license>PT</license>
<shiftType>rotating</shiftType>
<shiftsPerWeek>5</shiftsPerWeek>
<hoursPerShift>8</hoursPerShift>
<payAmountMin>1980.00</payAmountMin>
<payAmountMax>2420.00</payAmountMax>
<payFrequency>Weekly</payFrequency>
<employmentType>Full-Time</employmentType>
<employmentType>Part-Time</employmentType>
<employmentType>Temporary</employmentType>
<employmentType>Permanent</employmentType>
<durationLength>13</durationLength>
<durationUnit>week</durationUnit>
<startDate>2025-11-05</startDate>
<benefits>Text or HTML describing the benefits for this job</benefits>
</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 1,
"deleted": 0,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
},
"ignoredValues": []
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>1</added>
<deleted>0</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
<ignoredValues/>
</jobs>
Retrieve a job
URL Parameters
REQUIRED
integer
The ID number of the job you want to fetch.
Query Parameters
No parameters.
Example Request
Example Response
{
"id": 7,
"title": "Job Title",
"license": "PTA",
"city": "Lancaster",
"state": "PA",
"zip": "17603",
"shift": "Flex",
"shiftType": "evenings",
"shiftsPerWeek": 5,
"hoursPerShift": 8,
"payAmountMin": "1980.00",
"payAmountMax": "2420.00",
"payFrequency": "Weekly",
"durationLength": 25,
"durationUnit": "week",
"startdate": "2025-11-05",
"description": "Job Description",
"requirements": "Job Requirements",
"benefits": "Text describing the benefits for the position",
"posted": "2025-11-05",
"referenceNumber": "TFoVVjnM",
"employmentType": "Part-Time"
}
<?xml version="1.0"?>
<jobs>
<job>
<id>8</id>
<title>Job Title</title>
<license>PT</license>
<city>Lancaster</city>
<state>PA</state>
<zip>17603</zip>
<shift>Flex</shift>
<shiftType>evenings</shiftType>
<shiftsPerWeek>5</shiftsPerWeek>
<hoursPerShift>8</hoursPerShift>
<payAmountMin>1980.00</payAmountMin>
<payAmountMax>2420.00</payAmountMax>
<payFrequency>Weekly</payFrequency>
<durationLength>25</durationLength>
<durationUnit>week</durationUnit>
<startdate>2025-11-05</startdate>
<description>Job Description</description>
<requirements>Job Requirements</requirements>
<benefits>Text describing the benefits for the position</benefits>
<posted>2025-11-05</posted>
<referenceNumber>TFoVVjnM</referenceNumber>
<employmentType>Part-Time</employmentType>
</job>
</jobs>
Delete a job
URL Parameters
REQUIRED
integer
The ID number of the job you want to delete.
Example Request
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 1,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>1</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete multiple jobs
Example Request
[
12345,
123456
]
<?xml version="1.0"?>
<jobs>
<job>12345</job>
<job>123456</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 2,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>2</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete a job by reference
URL Parameters
REQUIRED
string
The reference number of the job you want to delete.
Example Request
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 1,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>1</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>
Delete multiple jobs by reference
Example Request
[
"12345",
"123456"
]
<?xml version="1.0"?>
<jobs>
<job>12345</job>
<job>123456</job>
</jobs>
Example Response
{
"unchanged": 0,
"updated": 0,
"added": 0,
"deleted": 2,
"errors": 0,
"errorMessages": {
"missingErrors": {
"errors": []
},
"invalidErrors": {
"errors": []
},
"duplicationErrors": {
"errors": []
},
"limitErrors": {
"errors": []
}
}
}
<?xml version="1.0"?>
<jobs>
<unchanged>0</unchanged>
<updated>0</updated>
<added>0</added>
<deleted>2</deleted>
<errors>0</errors>
<errorMessages>
<missingErrors>
<errors/>
</missingErrors>
<invalidErrors>
<errors/>
</invalidErrors>
<duplicationErrors>
<errors/>
</duplicationErrors>
<limitErrors>
<errors/>
</limitErrors>
</errorMessages>
</jobs>