RESTful Get Position XRefCodes

Dayforce RESTful Web Services Developer Guide

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

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

Overview

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

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

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

Response

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

Available Data

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

Security and Data Returned

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