A valid request URL is required to generate request examples{
"count": 1,
"skip": 1,
"limit": 1,
"data": {
"members": [
{
"id": 123,
"object_id": "<string>",
"environment_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123
}
]
}
}List members of an asset group tag by ID
A valid request URL is required to generate request examples{
"count": 1,
"skip": 1,
"limit": 1,
"data": {
"members": [
{
"id": 123,
"object_id": "<string>",
"environment_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 >= 0ID of an asset group tag
This query parameter is used for determining the number of objects to skip in pagination. The number of items to skip in a paginated response.
x >= 0This query parameter is used for setting an upper limit of objects returned in paginated responses. The limit of results requested by the client.
x >= 0Environment IDs to filter response by
Sortable columns are id, objectid, and name.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.