InlineApi_versions200Response

InlineApi_versions200Response
InlineApi_versions200Response

200 OK API version information was read successfully. The response body shall contain 4.4 API version information, as defined in clause 4.4.1.13.

JSON Example
{
    "uriPrefix": "string",
    "apiVersions": [
        {
            "version": "string",
            "isDeprecated": false,
            "retirementDate": "string"
        }
    ]
}