Fetch filters for grid
Fetch filters for grid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
filters object[]
filterId int32filterName stringrules object[]
filterBy stringcondition stringvalue stringassociations object[]
id int32This gives Id of user or user group or external user group
name stringThis gives name of user or user group or external user group
type UserAndUserGroupsTypePossible values: [
USER,USER_GROUP,EXTERNAL_USER_GROUP]Tells what kind of user or user group it is
{
"filters": [
{
"filterId": 0,
"filterName": "string",
"rules": [
{
"filterBy": "string",
"condition": "string",
"value": "string"
}
],
"associations": [
{
"id": 0,
"name": "string",
"type": "USER"
}
]
}
]
}
Loading...