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=folders/*}/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 endpoint retrieves a list of approval requests associated with a project, folder, or organization, allowing filtering by request state."],["The HTTP request is a `GET` method that targets a specific parent resource identified in the URL path, using gRPC Transcoding syntax."],["Requests can be filtered using query parameters such as `filter`, `pageSize`, and `pageToken` to specify the state and amount of data requested."],["The request body must be empty for this endpoint, and the response will contain a list of approval requests in the specified format, requiring the `accessapproval.requests.list` IAM permission."],["The request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]