Get About
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 /content/api/sources?apiVersion=2019-01-15
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/content/api/about
COPY
Responses
200
OK
Returns
ContentAbout
of type(s)
*/*
{
"supportedApis": [
{
"apiVersion": "string"
}
],
"latestApiVersion": "string"
}
array of
object
supportedApis
Optional
Supported APIs
string
latestApiVersion
Optional
Latest API Version
401
Unauthorized
Returns
ContentAbout
of type(s)
*/*
"ContentAbout Object"
array of
object
supportedApis
Optional
Supported APIs
string
latestApiVersion
Optional
Latest API Version
403
Forbidden
Returns
ContentAbout
of type(s)
*/*
"ContentAbout Object"
array of
object
supportedApis
Optional
Supported APIs
string
latestApiVersion
Optional
Latest API Version
404
Not Found
Returns
ContentAbout
of type(s)
*/*
"ContentAbout Object"
array of
object
supportedApis
Optional
Supported APIs
string
latestApiVersion
Optional
Latest API Version
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/content/api/about
About Operations
GET
Get About