Retrieve a List of Reports

Dayforce SOAP Web Services Developer Guide

Version
R2024.2.0
Retrieve a List of Reports

To retrieve a list of reports that are available for you to execute via the web service, submit the following object:

GetReportDefinitionsRequest

Properties of the GetReportDefinitionsRequest

The following table contains the properties you can use to filter and control output of the GetReportDefinitionsRequest object:

Properties to filter and control output of the GetReportDefinitionsRequest object
Object Description
XRefCode

If specified, only one report definition will be returned if one is found that matches the case sensitive XRef code. If this parameter is blank, then all report definitions are returned.

You will receive back an array of ReportDefinition objects that define the reports that you can execute.

Sample Code - Query for Report Definitions

Figure 4: Query for Report Definitions.