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