GET
/
v2
/
workspaces
/
{workspaceId}
/
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>"
    }
  }
]

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Path Parameters

workspaceId
string
required

Workspace id

Response

200
application/json

Success Response

The response is of type object[].