GET
/
api
/
v2
/
gpos
/
{object_id}
{
  "data": {
    "props": {}
  }
}
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

object_id
string
required

The object id of the entity being operated on.

Query Parameters

counts
boolean
default:true

Include counts of related entities. Default value is true.

Response

OK

This response is polymorphic and depends on the type of entity being queried and whether the count param is true or not. All node types will return a props field with the graph node properties. If count=true the response will also include additional fields with integer counts.

The response is of type object.