Enumera las solicitudes de aprobación asociadas con un proyecto, una carpeta o una organización. Las solicitudes de aprobación se pueden filtrar por estado (pendiente, activa, descartada). El orden es cronológico inverso.
Solicitud HTTP
GET https://accessapproval.googleapis.com/v1/{parent=projects/*}/approvalRequests
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]