Method: organizations.sharedflows.list

Lists all shared flows in the organization.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/sharedflows

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent organization under which to get shared flows. Must be of the form: organizations/{organizationId}

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.sharedflows.list

Query parameters

Parameters
includeRevisions

boolean

Indicates whether to include a list of revisions in the response.

includeMetaData

boolean

Indicates whether to include shared flow metadata in the response.

Request body

The request body must be empty.

Response body

To change this message, in the same CL add a change log in go/changing-api-proto-breaks-ui

If successful, the response body contains data with the following structure:

JSON representation
{
  "sharedFlows": [
    {
      object (SharedFlow)
    }
  ]
}
Fields
sharedFlows[]

object (SharedFlow)

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform