RESTful Get Job XRefCodes

Dayforce RESTful Web Services Developer Guide

Version
R2025.2.1
RESTful Get Job XRefCodes

The GET Jobs XRefCodes request allows the consuming application to retrieve a list of XRefCodes for jobs. This request returns only a list of XRefCodes and is the first step in a two-step process that includes a GET Jobs By XRefCodes request. See RESTful Get Job Details.

Overview

The base URL used to retrieve a list of XRefCodes for jobs is:

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

This query returns a list of XRefCodes for all of the jobs configured in your organization. You can use these XRefCodes to retrieve more information about the jobs using the Get Jobs by XRefCode request. See RESTful Get Job Details.

Response

This call returns a list of XRefCodes for jobs. It is returned in a JSON format.

Available Data

Zero, one, or many XRefCodes. The request doesn't return any jobs that don’t have XRefCodes.

Security and Data Returned

No additional access control is applied to the results of this web services call.