Structural validation of the query
{
"ViewConfig": {
"displayLength": 5,
"Resources": {
"Community": {
"Id": { "name": "communityId" },
"Name": { "name": "community" },
"Responsibility": {
"Id":{ "name": "responsibilityId"},
"User": {
"Id": { "name": "userId" },
"FirstName": { "name": "userName" }
}
},
"Filter": {"Field": {"name":"userID", "Operator":"NOT_NULL"}}
}
}
}
}---
ViewConfig:
displayLength: 5
Resources:
Community:
Id:
name: "communityId"
Name:
name: "community"
Responsibility:
Id:
name: "responsibilityId"
User:
Id:
name: "userId"
FirstName:
name: "userName"
Filter:
Field:
name: "userID"
Operator: "NOT_NULL"Last updated
Was this helpful?