Publish and Run Reports

This resource allows you to publish report designs and run reports.

This resource provides details about required report parameters and metadata, including name, description, category, default output type, and report paramaters. Only published reports are available to users based on their report profiles.

Operations


Delete Report
DELETE /v1/platform/reports/{id}


Retrieve Payroll Staging Asynchronous Request Status by Key
GET /v1/platform/reports/import/async/{executionKey}/status


Retrieve Published Reports
GET /v1/platform/reports


Retrieve Report by ID
GET /v1/platform/reports/{id}


Retrieve Report by Name
GET /v1/platform/reports/{name}/file


Run Report by Name
POST /v1/platform/reports/{name}/execute


Save Report
POST /v1/platform/reports


Save Report Asynchronously
POST /v1/platform/reports/import/async


Update Report by ID
POST /v1/platform/reports/{id}