Get About Page

Get About Page

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended. If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: GET /project-service/api/projects?apiVersion=2019-01-15

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/project-service/api/about
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns About of type(s) */*
{
    "supportedApis": [
        {
            "apiVersion": "string",
            "documentationLink": "string",
            "deprecationPolicy": {
                "deprecatedAt": "string",
                "expiresAt": "string",
                "description": "string"
            }
        }
    ],
    "latestApiVersion": "string"
}
array of object
supportedApis
Required

A collection of all currently supported api versions.

string
latestApiVersion
Required

The latest version of the API in yyyy-MM-dd format (UTC).


406

Could not find acceptable representation

Operation doesn't return any data structure

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