post https://{hostname}/api/v1/forecasting/labor_forecast/multi_read
This operation returns labor forecasts for a list of orgjobs, which are nodes on the Business Structure. When days within the specified date range contain no labor forecasting data, nothing is returned for those days and those days do not default to zero. By design, the Forecast Labor Engine generates both daily totalHours
and intervalAmounts
. The Earned Hours Engine generates only daily totalHours
and does not generate any intervalAmounts
. Both totalHours
and intervalAmounts
exist for the ADJUSTED type, but only totalHours
exists for the EARNED type.
Service limit
A service limit constrains the number of days multiplied by the number of jobs that can be processed in a single request.
- The Number of Days multiplied by the Number of Jobs cannot exceed 5,000.
Refer to the Limits topic for more information.