Get routing run report

get

/api/field-service/routing/v1/routingRuns/{runId}/custom-actions/report

This operation retrieves a summary report and detailed per-activity assignment metrics for the specified routing run.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

This section describes the 200 status response for this operation.
Body ()
Root Schema : routingRunReport
Type: object
The routing run report.
Show Source
Nested Schema : assigned
Type: object
The list of assigned activities.
Show Source
Nested Schema : notAssigned
Type: object
The list of not assigned activities.
Show Source
Nested Schema : reassigned
Type: object
The list of assigned activities.
Show Source
Nested Schema : reordered
Type: object
The list of reordered activities.
Show Source
Nested Schema : unassigned
Type: object
The list of assigned activities.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top