Get a routing plan (v1)
get
/rest/ofscMetadata/v1/routingProfiles/{profileLabel}/plans/{planLabel}/custom-actions/export
This operation retrieves the specified routing plan for the specified routing profile.
Request
Path Parameters
-
planLabel(required): string
Minimum Length:
1Maximum Length:40The label of the routing plan. -
profileLabel(required): string
Minimum Length:
1Maximum Length:40The label of the routing profile.
Response
Supported Media Types
- application/octet-stream
200 Response
This section describes the 200 status response for this operation.
Root Schema : File
Type:
string(binary)Title:
FileThe contents of the file. This is usually binary data.
Default Response
This section describes the default error response for this operation.
Root Schema : Error
Type:
objectError response
Show Source
-
detail:
string
The detailed information about the error.
-
status:
string
The HTTP status code.
-
title:
string
The summary of the error message.
-
type:
string
The URL of the page containing the error details.