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=folders/*}/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 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."]]],[]]