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