Get API Versions (v2.0)
GET/sdwan/v2.0/api/api_versions
List the basic set of available API versions.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
api_versions objectrequired
List all the API versions.
id string
The ID.
{
"api_versions": {},
"id": "string"
}
Loading...