Get approval request settings

Get the approval request settings for the given project, optionally filtered by environment and resource kind.

Path parameters

projectKeystringRequired

Headers

AuthorizationstringRequired
LD-API-Version"beta"Required
Version of the endpoint.

Query parameters

environmentKeystringOptional
An environment key filter to apply to the approval request settings.
resourceKindstringOptional
A resource kind filter to apply to the approval request settings.
expandstringOptional

A comma-separated list of fields to expand in the response. Options include ‘default’ and ‘strict’.

Response

Successful response
environmentsmap from strings to objects or null

Environment-specific overrides.

_defaultobject or null
Configuration that controls how changes to a resource are gated by approvals.
_strictobject or null
Configuration that controls how changes to a resource are gated by approvals.

Errors