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 /approval/api/approvals?apiVersion=2022-01-25
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/approval/api/about
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /approval/api/about
Header Parameters
string
Accept
Optional
Accept
Responses
200
success
[
{
"latestApiVersion": "string",
"supportedApis": [
{
"apiVersion": "string",
"deprecationPolicy": {
"deprecatedAt": "string",
"description": "string",
"expiresAt": "string"
},
"documentationLink": "string"
}
]
}
]
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/approval/api/about