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=organizations/*}/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 webpage details how to list approval requests associated with a project, folder, or organization using the Access Approval API."],["The `GET` HTTP method is used, with the resource path specified in the URL using gRPC Transcoding syntax."],["Filtering options are available through the `filter` query parameter, allowing users to specify the state of approval requests they want to retrieve (e.g., pending, active, dismissed)."],["The `parent` path parameter is required, and it can be a project, folder, or organization resource, and will require `accessapproval.requests.list` IAM permission."],["The request body for this API call must be empty, and a successful call will provide an instance of the `ListApprovalRequestsResponse` in the response body."]]],[]]