Get Route Sets by specifying a Route Set Id.
get
/rest/{versionId}/routeSets/{routeSetId}
Use this (GET) method to display specific Route Set on SDM server. User needs to provide Route Set ID as part of URI
Request
Path Parameters
-
routeSetId: string
The route set whose details needs to be fetched.
-
versionId: string
The rest api version, it's value is v1.3.
Response
Supported Media Types
- application/xml
- application/json
200 Response
successful operation
Root Schema : routeSet
Type:
Show Source
object
-
addMode(optional):
string
-
addTaskId(optional):
string
-
addTaskStatus(optional):
string
-
copyFromRouteSetId(optional):
string
-
description(optional):
string
-
deviceGroupId(optional):
string
-
deviceLrtConfigName(optional):
string
-
deviceLrtFilename(optional):
string
-
deviceRequiresUpdating(optional):
string
-
lastModifiedTime(optional):
string
-
lockOwner(optional):
string
-
lockState(optional):
string
-
name(optional):
string
-
notes(optional):
string
-
pubIdType(optional):
string
-
routeCount(optional):
string
-
routeSetId(optional):
string
-
version(optional):
string
400 Response
The user input is invalid.
401 Response
The session ID is invalid.
403 Response
There is no permission to access the resources.
404 Response
The object (resource URI, device, and so on) of your input request cannot be found.
500 Response
Internal server error