Add the specified group filter to the Theme.
Theme ID
Add a group filter in the RAS Theme
The name of the group list
The group SID
No Content
Unauthorized
Not Found
No content
Remove the specified group filter from the Theme
Theme ID
Add a group filter in the RAS Theme
The name of the group list
The group SID
No Content
Unauthorized
Not Found
No content
GET /api/Theme/{id}/GroupFilter HTTP/1.1
Host:
Accept: */*
[
{
"name": "text",
"sid": "text"
}
]POST /api/Theme/{id}/GroupFilter HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 38
{
"groupName": "text",
"groupSID": "text"
}DELETE /api/Theme/{id}/GroupFilter HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 38
{
"groupName": "text",
"groupSID": "text"
}