v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Version Management

Get a List of Versions

Retrieve a list of Versions, with an option to filter by status. If no parameters are provided, it returns all versions.

get/api/v1/versions

Query parameters

status'DRAFT' | 'ACTIVE' | 'DEACTIVATED'

Search for Version(s) based on status.

Response

Success. Returns a list of version objects.

namestring

Name of the version.

commentstring

Comment provided during version creation.

statusstring

Status of the version.

version_idstring

The unique identifier of the version.