Themes
Retrieve Criteria Theme 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/Themes HTTP/1.1
Host:
Accept: */*
[
1
]
Add a theme to the Theme 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 theme to the Criteria Themes list
The name of the theme to add to the Criteria.
The ID of the theme to add to the Criteria.
Created
Unauthorized
Not Found
Conflict
POST /api/PubItems/{id}/Rules/{ruleId}/Criteria/Themes HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 32
{
"themeName": "text",
"themeId": 1
}
No content
Remove a theme from the Theme 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 theme from the Criteria Themes list
The ID of the theme to remove from the Criteria.
No Content
Unauthorized
Not Found
DELETE /api/PubItems/{id}/Rules/{ruleId}/Criteria/Themes HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 13
{
"themeId": 1
}
No content
Was this helpful?