Get count of live connected directors
GET/api/v1/connections/count
Get count of live connected directors
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
count integer
{
"count": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...