Get routing plans labels

get

/rest/ofscMetadata/v1/routingProfiles/{profileLabel}/plans

This operation retrieves the list of routing plan labels for a routing profile.

Request

Path Parameters
Query Parameters
  • The maximum number of items returned in the response. The minimum value is 1 and the maximum value is 100. If the specified value is greater than 100, zero, or if no value is specified, then it defaults to 100.
  • 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 : routingPlanLabels
Type: object
The collection of routing plan labels.
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 plan labels.
  • 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 100.
  • 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 plan labels.
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