GET
/
api
/
v2
/
asset-group-tags
/
{asset_group_tag_id}
/
selectors
{
  "data": {
    "selectors": [
      {
        "name": "<string>",
        "description": "<string>",
        "auto_certify": true,
        "seeds": [
          {
            "type": 123,
            "value": "<string>"
          }
        ],
        "id": 123,
        "asset_group_tag_id": 123,
        "created_at": "2023-11-07T05:31:56Z",
        "created_by": "<string>",
        "updated_at": "2023-11-07T05:31:56Z",
        "updated_by": "<string>",
        "disabled_at": "2023-11-07T05:31:56Z",
        "disabled_by": "<string>",
        "is_default": true,
        "allow_disable": true,
        "counts": {
          "members": 123
        }
      }
    ]
  }
}
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

Path Parameters

asset_group_tag_id
integer
required

ID of the asset_group_tag to create a selector

Query Parameters

auto_certify
boolean

Filter results by column boolean value. Valid filter predicates are 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, ~eq, neq.

description
string

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

disabled_at
string

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

disabled_by
string

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

is_default
boolean

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

name
string

Filter results by column string value. Valid filter predicates are eq, ~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, ~eq, neq.

type
enum<integer>

Filter results by column integer value. Valid filter predicates are eq, neq. Valid values are either ObjectID = 1 or Cypher = 2.

Available options:
1,
2
counts
boolean
default:false

Whether to include counts of members for each selector

Response

200
application/json

OK

The response is of type object.