List blueprint versions

List all versions of a blueprint with the given UID

POST
/blueprints/uid/{uid}/versions
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

uidstring

UID of the blueprint

List blueprint versions input

Empty Object

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/blueprints/uid/string/versions" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "blueprintId": "string",
    "deprecated": true,
    "publishedAt": "string",
    "version": "string",
    "versionName": "string"
  }
]
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}