Workflows API (workflows:v1)

2023-09-15

1 new method

Additions

    Methods
  • workflows.projects.locations.workflows.listRevisions

      Path: v1/{+name}:listRevisions

      HTTP Method: GET

      Parameter Order: name

      Parameters:

        name

          Required: Yes

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/workflows/[^/]+$

          Description: Required. Workflow from which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}

        pageToken

          Location: query

          Description: The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.

          Type: string

        pageSize

          Format: int32

          Type: integer

          Description: The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100 and values greater than 100 coerced down to 100.

          Location: query

      Description: Lists revisions for a given workflow.

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}:listRevisions