Listet Genehmigungsanfragen auf, die mit einem Projekt, einem Ordner oder einer Organisation verknüpft sind. Genehmigungsanfragen können nach Status gefiltert werden (ausstehend, aktiv, abgelehnt). Die Reihenfolge ist umgekehrt chronologischer Reihenfolge.
HTTP-Anfrage
GET https://accessapproval.googleapis.com/v1/{parent=organizations/*}/approvalRequests
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-16 (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."]]],[]]