Downloading a list of groups
Path to servlet: api/groups/query
Method: GET
Parameters
- query - a phrase, on the basis of which the results will be filtered. Filtering applies to the group name.
- start - the offset in the result set
- limit - the maximum number of returned results
Answer
- The answer contains an object storing the total number of results in the total field, and a list of groups in the data field.
Example answer
{
"total":1,
"data":[
{
"name":"SharkGroup",
"description":"",
"objectId":1000035,
"users":null
}
]
}
