About Info

About Info

A REST endpoint for retrieving server build properties

Request
URI
GET
https://{api_host}/vco/api/about
COPY
Responses
200

The request is successful.

Returns about-info of type(s) application/json
"about-info Object"
string
version
Optional

version

string
build-number
Optional

build-number

string
build-date
Optional

build-date

string
api-version
Optional

api-version

array of object
feature
Optional

feature


401

User is not authorized.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/about