Required. Name of the API proxy in the following format: organizations/{org}/apis/{api}
If the API Proxy resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource parent:
apigee.proxyrevisions.list
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListValue.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-18 UTC."],[[["This endpoint retrieves all revisions for a specified API proxy using a GET request."],["The URL format utilizes gRPC Transcoding syntax, and the `parent` path parameter is required, specifying the API proxy's organization and name."],["The request body for this operation must be empty, as no data is sent to the endpoint."],["A successful response contains a ListValue, providing the list of revisions."],["Authorization for this request requires the `apigee.proxyrevisions.list` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]