Elenca le richieste di approvazione associate a un progetto, una cartella o un'organizzazione. Le richieste di approvazione possono essere filtrate per stato (in attesa, attive, ignorate). L'ordine è cronologico inverso.
Richiesta HTTP
GET https://accessapproval.googleapis.com/v1/{parent=organizations/*}/approvalRequests
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]