GET
/
api
/
v2
/
asset-group-tags
{
  "data": {
    "tags": [
      {
        "id": 123,
        "type": 123,
        "kind_id": 123,
        "name": "<string>",
        "description": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "created_by": "<string>",
        "updated_at": "2023-11-07T05:31:56Z",
        "updated_by": "<string>",
        "position": {
          "int32": 123,
          "valid": true
        },
        "require_certify": {
          "bool": true,
          "valid": true
        }
      }
    ]
  }
}
Applies to BloodHound Enterprise and CE

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:0

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Required range: x >= 0

Query Parameters

type
integer

Filter results by column integer value. Valid filter predicates are eq, neq.

counts
boolean
default:false

Whether to include counts of selectors and members for each tag

name
string

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

description
string

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

created_at
string

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

created_by
string

Filter results by column string value. Valid filter predicates are eq, neq.

updated_at
string

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

updated_by
string

Filter results by column string value. Valid filter predicates are eq, neq.

deleted_at
string

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

deleted_by
string

Filter results by column string value. Valid filter predicates are eq, neq.

require_certify
boolean

Filter results by column boolean value. Valid filter predicates are eq, neq.

Response

200
application/json

OK

The response is of type object.