ApiVersionInformation

ApiVersionInformation
ApiVersionInformation

This type represents API version information.

JSON Example
{
    "apiVersions": [
        {
            "isDeprecated": true,
            "retirementDate": "2000-01-23T04:56:07.000Z",
            "version": "version"
        },
        {
            "isDeprecated": true,
            "retirementDate": "2000-01-23T04:56:07.000Z",
            "version": "version"
        }
    ],
    "uriPrefix": "uriPrefix"
}
string
uriPrefix
Required

Specifies the URI prefix for the API, in the following form {apiRoot}/{apiName}/{apiMajorVersion}/.

apiVersions
Required

Version(s) supported for the API signalled by the uriPrefix attribute.