Devices
Was this helpful?
Was this helpful?
Was this helpful?
Retrieve Criteria Device List of a session server with the specified ID.
The ID of a session server for which to retrieve the Criteria settings.
The ID of the Rule to retrieve.
Success
Unauthorized
Not Found
GET /api/PubItems/{id}/Rules/{ruleId}/Criteria/Devices HTTP/1.1
Host:
Accept: */*
[
{
"client": "text"
}
]
Add a device to the Device List of the Criteria settings.
The ID of a session server for which to modify the Criteria settings.
The ID of the Rule to retrieve.
Add a client device to the Criteria Devices list
The name of the client device to add to the Criteria.
Created
Unauthorized
Not Found
Conflict
POST /api/PubItems/{id}/Rules/{ruleId}/Criteria/Devices HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 27
{
"clientDeviceName": "text"
}
No content
Remove a device from the Device List of the Criteria settings.
The ID of a session server for which to modify the Criteria settings.
The ID of the Rule to retrieve.
Remove a client device from the Criteria Devices list
The name of the client device to remove from the Criteria.
No Content
Unauthorized
Not Found
DELETE /api/PubItems/{id}/Rules/{ruleId}/Criteria/Devices HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 27
{
"clientDeviceName": "text"
}
No content