v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Domains
Community
Enterprise

Get ADCS escalations of Domain entity

Get a list, graph, or count of the ADCS escalations of this Domain.

get/api/v2/domains/{object_id}/adcs-escalations

Query parameters

skipinteger

The number of entries to skip for pagination. Only available for type=list.

limitinteger

The number of entries to limit in the response. Only available for type=list.

type'list' | 'graph'

The type of return data requested. If no type is provided, query will default to list. The only supported type is list, but the unsupported graph type can be used. Some entity query endpoints do not support the graph type. For those interested in using the undocumented graph type parameter, the response type is described in the schema model.bh-graph.graph.

sort_bystring

Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.

Sort by column. Can be used multiple times; prepend a hyphen for descending order. Columns available for sorting are dependent on the entity object kind.

Response

OK

This endpoint returns a response, dependent upon which return type is requested by the type parameter. The only supported type parameter is list. While list is the only supported type parameter, the graph parameter can be used and will result in a different response structure then documented here. For those interested in using the undocumented graph type parameter, the response type is described in the schema model.bh-graph.graph.

countinteger

The total number of results.

skipinteger

The number of items to skip in a paginated response.

limitinteger

The limit of results requested by the client.