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