Retrieves a list of committed revisions of a specific conversion workspace.
HTTP request
GET https://datamigration.googleapis.com/v1/{conversionWorkspace}:describeConversionWorkspaceRevisions
Path parameters
Parameters
conversionWorkspace
string
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversionWorkspace}.
Query parameters
Parameters
commitId
string
Optional. Optional filter to request a specific commit ID.
Request body
The request body must be empty.
Response body
Response message for 'conversionWorkspaces.describeConversionWorkspaceRevisions' request.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-17 UTC."],[[["This webpage details how to retrieve a list of committed revisions for a specific conversion workspace using a `GET` request."],["The request URL requires a `conversionWorkspace` path parameter, which specifies the target workspace in the format `projects/{project}/locations/{location}/conversionWorkspaces/{conversionWorkspace}`."],["An optional `commitId` query parameter can be used to filter for a specific commit ID."],["The request body must be empty, and a successful response will include a JSON object containing an array of `revisions`, where each item represents a conversion workspace revision."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]