Method: revisions.list

Full name: projects.locations.skills.revisions.list

List Skill Revisions for a Skill.

Endpoint

get https://{service-endpoint}/v1beta1/{parent}/revisions

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The resource name of the Skill to list revisions for. Format: projects/{project}/locations/{location}/skills/{skill}

Query parameters

pageSize integer

Optional. The standard list page size.

pageToken string

Optional. The standard list page token.

filter string

Optional. The standard list filter. More detail in AIP-160.

Supported fields (equality match only): * labels

Request body

The request body must be empty.

Response body

Response message for SkillRegistryService.ListSkillRevisions.

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

Fields
skillRevisions[] object (SkillRevision)

The list of Skill Revisions in the request page.

nextPageToken string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

JSON representation
{
  "skillRevisions": [
    {
      object (SkillRevision)
    }
  ],
  "nextPageToken": string
}