Required. The name of the parent API proxy under which to get API proxy revisions. Must be of the form: organizations/{organizationId}/sharedflows/{sharedFlowId}
If the Shared Flow 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.sharedflowrevisions.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-05-04 UTC."],[[["This API endpoint retrieves a list of all revisions for a specified shared flow within an organization."],["The HTTP request method is `GET`, and the URL structure follows gRPC Transcoding syntax, requiring the `parent` path parameter."],["The `parent` parameter specifies the organization and shared flow ID, and requires specific IAM permission `apigee.sharedflowrevisions.list` to make the request."],["The request body must be empty for this API call."],["A successful response returns a `ListValue` instance, and authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]