v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1371730.6 KB
organizations

Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.

get/v1/{+parent}/approvalRequests

Path parameters

parentstring required

The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".

Query parameters

filterstring

A filter on the type of approval requests to retrieve. Must be one of the following values: * [not set]: Requests that are pending or have active approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * DISMISSED: Only requests that have been dismissed, or requests that are not approved and past expiration. * EXPIRED: Only requests that have been approved, and the approval has expired. * HISTORY: Active, dismissed and expired requests.

pageSizeinteger

Requested page size.

pageTokenstring

A token identifying the page of results to return.

Response

Successful response