GET
/
api
/
searchGroupsByFilter
[
  {
    "id": 123,
    "groupName": "<string>",
    "groupDescription": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "assetsCount": 123,
    "metrics": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

filter
object
required
pageable
object
required

Response

200 - */*
OK
id
integer
groupName
string
groupDescription
string
createdDate
string
assetsCount
integer
metrics
object