No description available.
Output
Encoding
application/jsonlimit
integer
Required
No description available.
members
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"members",
"limit"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 200,
"minimum": 200
},
"members": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
}
}