Preferred Route

List

get

Retrieve a list of preferred routes for the specified published resource.

Path parameters
idinteger · int32Required

ID of the published resource to be acquired.

Responses
200

Success

application/json; api-version=1.0
get
/api/PubItems/{id}/PreferredRoute

Add

post

Add a preferred route to the specified published resource.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

Body

Add a client device name to the filter of type 'Client Device Name' for the specified published resource

namestring | nullableRequired

The Name of the Preferred Route

descriptionstring | nullableOptional

Description of the Preferred Route

enabledbooleanOptional

Whether the Preferred Route is enabled or not

referenceTypestring · enumRequired

RAS Publishing Routing Type

Possible values:
referenceIdinteger · int32Required

Reference ID of the Preferred Route

Responses
post
/api/PubItems/{id}/PreferredRoute

No content

Update

put

Update the specified preferred route for the specified published resource.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

preferredRouteIdinteger · int32Required

ID of the preferred route to be updated

Body
namestring | nullableOptional

The Name of the Preferred Route

descriptionstring | nullableOptional

Description of the Preferred Route

enabledboolean | nullableOptional

Whether the Preferred Route is enabled or not

referenceTypestring · enumOptional

RAS Publishing Routing Type

Possible values:
referenceIdinteger · int32 | nullableOptional

Reference ID of the Preferred Route

prioritystring · enumOptional

Move Direction.

Possible values:
Responses
put
/api/PubItems/{id}/PreferredRoute/{preferredRouteId}

No content

Delete

delete

Delete a preferred route from the specified published resource.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

preferredRouteIdinteger · int32Required

ID of the preferred route to be deleted

Responses
delete
/api/PubItems/{id}/PreferredRoute/{preferredRouteId}

No content

Last updated