Group Filter

Get

get

Retrieve the group filters from the Theme

Path parameters
idinteger · int32Required

Theme ID.

Responses
200

Success

application/json; api-version=1.0
get
/api/Theme/{id}/GroupFilter

Add

post

Add the specified group filter to the Theme.

Path parameters
idinteger · int32Required

Theme ID

Body

Add a group filter in the RAS Theme

groupNamestring | nullableOptional

The name of the group list

groupSIDstring | nullableOptional

The group SID

Responses
post
/api/Theme/{id}/GroupFilter

No content

Delete

delete

Remove the specified group filter from the Theme

Path parameters
idinteger · int32Required

Theme ID

Body

Add a group filter in the RAS Theme

groupNamestring | nullableOptional

The name of the group list

groupSIDstring | nullableOptional

The group SID

Responses
delete
/api/Theme/{id}/GroupFilter

No content

Was this helpful?