Get list of routing runs by date

get

/api/field-service/routing/v1/routingRuns/{resourceExternalId}/{date}

This operation retrieves a list of routing runs and key statistics for the specified resource and date.

Request

Path Parameters
Query Parameters
  • The maximum number of items returned in the response. If no value is specified, then it defaults to 10.
  • The number of items that are skipped in the response. If a value is not specified, then it defaults to zero. The value zero indicates that the retrieval starts from the beginning of the collection.
Back to Top

Response

Supported Media Types

200 Response

This section describes the 200 status response for this operation.
Body ()
Root Schema : routingRuns
Type: object
The collection of routing runs for the specified resource and date.
Show Source
  • Contains one of the following values: true or false. The default value is true.

    True indicates there are more results that can be retrieved with successive paging requests. False or the value is not present, indicates, there are no more results or this is the final page.

  • items
    An array of routing runs.
  • The limit value specified in the request. If the value is not specified in the request or if the specified value is not accepted, then it defaults to 10.
  • The offset value specified in the request.
  • The total number of the resource type records in the collection.
Nested Schema : items
Type: array
An array of routing runs.
Show Source
Nested Schema : Routing Run
Type: object
Title: Routing Run
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