GET
/
api
/
v2
/
certtemplates
/
{object_id}
{
  "data": {
    "props": {}
  }
}

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

200
application/json
**OK** This response is polymorphic and depends on the 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.
data
object