Lista as solicitações de aprovação associadas a um projeto, uma pasta ou uma organização. As solicitações de aprovação podem ser filtradas por estado (pendente, ativa, dispensada). A ordem é cronológica inversa.
Solicitação HTTP
GET https://accessapproval.googleapis.com/v1/{parent=projects/*}/approvalRequests
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]