v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Reporting

Lists report-ready per-operator operation rows from the job-activity-by-operator reporting view, including setup/labor/machine time and cost, run-by-run quantities, rates, and job/routing context so callers do not need to hand-join jobs to items-to-make, operations, timers, and job logs.

post/api/reporting/job-activity-by-operator/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

startedOrCreatedDateFromstring date-time nullable

Inclusive lower bound applied to the run's Started or Created Date. Null means no lower bound.

startedOrCreatedDateTostring date-time nullable

Inclusive upper bound applied to the run's Started or Created Date (the whole to day is included). Null means no upper bound.

employeestring nullable

Optional exact-match filter on the operator / employee name. Null means no operator filter.

departmentstring nullable

Optional exact-match filter on the department containing the operation's work center. Null means no department filter.

Response

A page of job-activity-by-operator report rows with the total matching count.

pageinteger required

The 1-indexed page

pageSizeinteger required

The page size

totalCountinteger required

The total count of records

totalPagesinteger required

The total pages

hasPreviousPageboolean required

True if there is a previous page

hasNextPageboolean required

True if there is a next page