Full name: projects.locations.skills.revisions.list
List Skill Revisions for a Skill.
Endpoint
gethttps://{service-endpoint}/v1beta1/{parent}/revisions
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
Required. The resource name of the Skill to list revisions for. Format: projects/{project}/locations/{location}/skills/{skill}
Query parameters
pageSizeinteger
Optional. The standard list page size.
pageTokenstring
Optional. The standard list page token.
filterstring
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:
The list of Skill Revisions in the request page.
nextPageTokenstring
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 ( |