v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBJobs
Get a Posted Job
Returns details about the specified job post.
get/v1/postedJobs/{jobPostingId}
Path parameters
jobPostingIdstring required
The identifier for the job post that is being retrieved.
Query parameters
includeJobDescHtmlstring
An indication of whether to include the HTML-formatted job description in the response.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Response
The requested job post.
Example response
{
"jobPostingID": 43566,
"jobId": 234,
"title": "Senior Clerical Officer",
"description": "The role is responsible for clerical activities",
"postedDateTime": "2024-12-01T14:30:00.546Z",
"city": "Dayton",
"state": "Ohio",
"postalCode": "55149",
"country": "United States Of America",
"jobBoardUrl": "https://jobs.example.com/postings/43566",
"jobBoardArr": [
{
"externalJobBoardName": "Indeed"
}
]
}