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.
HTTP request
GET https://accessapproval.googleapis.com/v1/{parent=projects/*}/approvalRequests
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-30 UTC."],[[["This API endpoint retrieves a list of approval requests associated with a specified project, folder, or organization, in reverse chronological order."],["The `parent` path parameter determines the scope of the approval requests, and it must specify a project, folder, or organization."],["You can use the `filter` query parameter to specify which type of approval requests to retrieve, like pending, active, dismissed, expired, or all."],["The request body for this API call must be empty, and the response body, if successful, will contain an instance of `ListApprovalRequestsResponse`."],["This request requires the `accessapproval.requests.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]