Start Approval
Initiate the approval process for a specific pipeline within a given object type. This endpoint is useful for triggering approval workflows that are associated with pipeline stages, ensuring that the necessary approvals are obtained before proceeding with further actions in the pipeline.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the object type for which the approval process is being started.
The unique identifier of the pipeline for which the approval process is being initiated.
Body
The unique identifier of the object for which the approval request is being created. It is an integer formatted as int64.
Response
successful operation
The current approval status of the object. This indicates whether the object is approved, pending approval, or rejected.
APPROVED, NO_APPROVAL_NEEDED, NOT_APPLICABLE, PENDING, REJECTED The date and time when this approval status record was created, in ISO 8601 format.
The unique identifier for this approval status object.
The unique identifier of the object whose approval status is being tracked.
The type identifier of the object, indicating what kind of object is being approved.
The unique identifier of the pipeline in which the object is located.
The unique identifier of the pipeline stage where the object currently resides.
The date and time when this approval status record was last updated, in ISO 8601 format.
The unique identifier for the approval process instance associated with this object.