Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Get group
​
GET
/api/groups/{id}
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters
​
Path Parameters
id
*
Type
integer
Required
Responses
​
200
Group details
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"id"
:
0
,
 Â
"name"
:
"string"
,
 Â
"type"
:
"string"
,
 Â
"status"
:
0
,
 Â
"created_at"
:
"string"
,
 Â
"entity_count"
:
0
}
GET
/api/groups/{id}
Playground
​
Authorization
ApiKeyHeader
Variables
Key
Value
id
*
Try it out
Samples
​
Powered by
VitePress OpenAPI