Workflows API (workflows:v1)

2023-09-13

1 new method

Additions

    Methods
  • workflows.projects.locations.workflows.listRevisions

      Parameter Order : name

      Parameters :

        pageToken

          Type : string

          Location : query

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

        name

          Location : path

          Required : Yes

          Type : string

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

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

        pageSize

          Location : query

          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.

          Format : int32

      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

      HTTP Method : GET

      Path : v1/{+name}:listRevisions