Get buckets associated with routing profile

get

/api/field-service/routing/v1/routingProfiles/{profileLabel}/buckets

This operation retrieves the list of buckets associated with the specified routing profile label.

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 : routingProfileBuckets
Type: object
A collection of buckets assigned to the routing profile.
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 resource objects representing the buckets.
  • 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 bucket records in the collection.
Nested Schema : items
Type: array
An array of resource objects representing the buckets.
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