Grid Filters admin API
Get all filters
media type | data type | description |
---|---|---|
application/json | object | JSON Response with filter data
Example of response:
|
add new filter for user
media type | data type | description |
---|---|---|
*/* | object | - grid filter data |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with description of filter with unique ID |
Assign user to filter
name | type | description | default | constraints |
---|---|---|---|---|
filterId | path | Id of filter | required long |
media type | data type |
---|---|
*/* | string |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with information if operation succeeded |
delete user filter
name | type | description | default | constraints |
---|---|---|---|---|
filterId | path | - id of filter | long |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with information if operation succeeded |
Unassign user to filter
name | type | description | default | constraints |
---|---|---|---|---|
filterId | path | Id of filter | required long |
media type | data type |
---|---|
*/* | string |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with information if operation succeeded |