Last updated 1 year ago
Was this helpful?
Retrieve the group filters from the Theme
Theme ID.
RAS Group Filter
GET /api/Theme/{id}/GroupFilter HTTP/1.1 Host: Accept: */*
Success
[ { "name": "text", "sid": "text" } ]
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
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" }
No Content
No content
Remove the specified group filter from the Theme
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" }