List workspace versions
curl --request GET \ --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/versions \ --header 'X-Prismeai-API-Key: <api-key>'
[ { "name": "<string>", "createdAt": "<string>", "description": { "fr": "Bonjour", "en": "Hello" }, "repository": { "id": "<string>" } } ]
Workspace id
Show child attributes
{ "fr": "Bonjour", "en": "Hello" }
Version name. If left empty, will be auto generated
Source or dest repository id as described in workspace configuration
Was this page helpful?