{
"count": 1,
"skip": 1,
"limit": 1,
"data": {
"members": [
{
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123
}
]
}
}
List members of an asset group tag by selector
{
"count": 1,
"skip": 1,
"limit": 1,
"data": {
"members": [
{
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123
}
]
}
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
ID of an asset group tag
ID of an asset group selector
This query parameter is used for determining the number of objects to skip in pagination.
x >= 0
This query parameter is used for setting an upper limit of objects returned in paginated responses.
x >= 0
Sortable columns are id
, objectid
, and name
.
OK
The response is of type object
.