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