[
{
"id": 123,
"groupName": "<string>",
"groupDescription": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"assetsCount": 123,
"metrics": {}
}
]
[
{
"id": 123,
"groupName": "<string>",
"groupDescription": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"assetsCount": 123,
"metrics": {}
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.