Grid Filters admin API Resource

Grid Filters admin API

GET /admin/filters/grid/json

Get all filters

Response Body
media type data type description
application/json object JSON Response with filter data

Example of response:

POST /admin/filters/grid/json

add new filter for user

Request Body
media type data type description
*/* object - grid filter data
Response Body
media type data type description
application/json object JSON Response with description of filter with unique ID

POST /admin/filters/grid/assign/{filterId}

Assign user to filter

Request Parameters
name type description default constraints
filterId path Id of filter   required long
Request Body
media type data type
*/* string
Response Body
media type data type description
application/json object JSON Response with information if operation succeeded

DELETE /admin/filters/grid/json/{filterId}

delete user filter

Request Parameters
name type description default constraints
filterId path - id of filter   long
Response Body
media type data type description
application/json object JSON Response with information if operation succeeded

POST /admin/filters/grid/unassign/{filterId}

Unassign user to filter

Request Parameters
name type description default constraints
filterId path Id of filter   required long
Request Body
media type data type
*/* string
Response Body
media type data type description
application/json object JSON Response with information if operation succeeded