/taleo/jobs

POST /api/taleo/jobs

Price: 5 credits

Get one job posting from a company's Taleo career section by tenant, career section and requisition number (or a full posting URL): the internal job id, the title, the full posting description, the labels the career section displays and the values it fills them with, and the posting URL.

How to use it

Identity is (tenant, career_section, contest_no): the same requisition number on another tenant resolves to nothing rather than to the wrong job. Passing a full posting URL fills all three in by itself. A posting that has closed returns 412, so a 412 means 'closed or wrong tenant', not a bad request. Beyond title and description, a career section names its own fields: detail_labels are the labels it displays and detail_values are the values it fills them with, both in page order, but their lengths differ, so read them as two ordered lists and do not zip them into pairs. Any clock time inside them is rendered in America/New_York, whatever the posting's own country.

Parameters

Request body

Response

Errors

Response headers