Get
/v2/ProjectVersions
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Responses
200
Show example

Success

Collapse all
object
data
Array of object (ProjectVersionCustomer)
object
id
string

The ID of the project version

version_number
number (double)

Project version number

base_version_number
number (double)

The version number from which this version is derived

version_code_name
string

Custom version name

is_main_version
boolean

"True" if this version is the main version after loading documentation

is_beta
boolean

"True" if this version is marked as Beta

is_public
boolean

"True" if this version is visible to the public

is_deprecated
boolean

"True" if this version is marked as deprecated

created_at
string (date-time)

The date and time the version was created

modified_at
string (date-time)

The last date and time the version was modified

language_versions
Array of object (Language)
object
slug
string
order
integer (int32)
version_type
integer (int32)
Valid values[ 0, 1, 2 ]
extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError)

Errors in the customer API response

object
warnings
Array of object (BaseWarning)

Warnings in the customer API response

object
information
Array of object (BaseInformation)

Information passed by the customer API response

object