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."],[[["\u003cp\u003eThis API endpoint retrieves a list of approval requests associated with a specified project, folder, or organization, in reverse chronological order.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter determines the scope of the approval requests, and it must specify a project, folder, or organization.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003efilter\u003c/code\u003e query parameter to specify which type of approval requests to retrieve, like pending, active, dismissed, expired, or all.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this API call must be empty, and the response body, if successful, will contain an instance of \u003ccode\u003eListApprovalRequestsResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis request requires the \u003ccode\u003eaccessapproval.requests.list\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.approvalRequests.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nLists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.\n\n### HTTP request\n\n`GET https://accessapproval.googleapis.com/v1/{parent=projects/*}/approvalRequests`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListApprovalRequestsResponse](/assured-workloads/access-approval/docs/reference/rest/v1/ListApprovalRequestsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]