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 2025-07-28 UTC."],[[["\u003cp\u003eThis webpage details how to retrieve a list of committed revisions for a specific conversion workspace using a \u003ccode\u003eGET\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003econversionWorkspace\u003c/code\u003e path parameter, which specifies the target workspace in the format \u003ccode\u003eprojects/{project}/locations/{location}/conversionWorkspaces/{conversionWorkspace}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003ecommitId\u003c/code\u003e query parameter can be used to filter for a specific commit ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will include a JSON object containing an array of \u003ccode\u003erevisions\u003c/code\u003e, where each item represents a conversion workspace revision.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.conversionWorkspaces.describeConversionWorkspaceRevisions\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.DescribeConversionWorkspaceRevisionsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nRetrieves a list of committed revisions of a specific conversion workspace.\n\n### HTTP request\n\n`GET https://datamigration.googleapis.com/v1/{conversionWorkspace}:describeConversionWorkspaceRevisions`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for 'conversionWorkspaces.describeConversionWorkspaceRevisions' request.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]