Create Labor Allocation Report

Create a labor allocation report.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint will return a job_id instead of the raw data itself. As the data returned from this endpoint can be large, we utilize a job queue to process this data instead of an immediate synchronous response. Once the job status is marked as complete, the report can be downloaded using the Download Report endpoint.

attributetypedescription
successbooleanResponse status
dataobjectjob_id for Labor Allocation Report
errorsarrayContains a list of error objects which consists of:
message: Error message
code: Error code as described in Error codes
Body Params
date
required

Start date of Labor data. Date should be in ISO-8601 format (YYYY-MM-DD).

date
required

End date of Labor data. Date should be in ISO-8601 format (YYYY-MM-DD).

string
required

ID of the company for report

string
required
Defaults to csv

Type of file the report will be (csv is the only supported file)

customer_account_ids
array of strings

Filter by customer account(s) (Early Access)

customer_account_ids
boolean

Include migrated data in the report

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json