Get approval request
Get an approval request by approval request ID.
Expanding approval response
LaunchDarkly supports the expand
query param to include additional fields in the response, with the following fields:
environments
includes the environments the approval request relates toflag
includes the flag the approval request belongs toproject
includes the project the approval request belongs toresource
includes details on the resource (flag or segment) the approval request relates to
For example, expand=project,flag
includes the project
and flag
fields in the response.
Path parameters
id
The approval request ID
Headers
Authorization
Query parameters
expand
A comma-separated list of fields to expand in the response. Supported fields are explained above.
Response
Approval request response
_id
The ID of this approval request
_version
Version of the approval request
creationDate
Timestamp of when the approval request was created
serviceKind
The approval service for this request. May be LaunchDarkly or an external approval service, such as ServiceNow or JIRA.
reviewStatus
Current status of the review of this approval request
Allowed values:
allReviews
An array of individual reviews of this approval request
notifyMemberIds
An array of member IDs. These members are notified to review the approval request.
status
Current status of the approval request
Allowed values:
instructions
List of instructions in semantic patch format to be applied to the feature flag
conflicts
Details on any conflicting approval requests
_links
The location and content type of related resources
requestorId
The ID of the member who requested the approval
description
A human-friendly name for the approval request
appliedDate
Timestamp of when the approval request was applied
appliedByMemberId
The member ID of the member who applied the approval request
appliedByServiceTokenId
The service token ID of the service token which applied the approval request
executionDate
Timestamp for when instructions will be executed
operatingOnId
ID of scheduled change to edit or delete
integrationMetadata
Details about the object in an external service corresponding to this approval request, such as a ServiceNow change request or a JIRA ticket, if an external approval service is being used
source
Details about the source feature flag, if copied
customWorkflowMetadata
Details about the custom workflow, if this approval request is part of a custom workflow
resourceId
String representation of a resource
approvalSettings
The settings for this approval
project
Project the approval request belongs to
environments
List of environments the approval impacts
flag
Flag the approval request belongs to
resource
Resource the approval request belongs to