RESTful Get Job Details

Dayforce RESTful Web Services Developer Guide

Version
R2025.2.1
ft:lastPublication
2025-11-05T18:19:39.327058
RESTful Get Job Details

The consuming application can use the job XRefCodes it has retrieved using the Get Job XRefCodes request to retrieve further information about jobs using a series of Get Job Detail by XRefCode requests.

The consuming application will need to make one request for each XRefCode. The XRefCode is added to the base URL as shown here:

https://www.dayforcehcm.com/api/CompanyName/V1/Jobs/[XRefCode]

Response

The response of the RESTful Get Jobs Detail by XRefCode request is returned in a JSON format. You can see an example of the response on the Dayforce Developer Network.

Security

To retrieve job data, the web service user's primary role must have the HCM Anywhere > Web Services > Read Data checkbox selected in the Features tab of System Admin > Roles.