This API is used to query a specified API version. Before calling this API:
GET /{version_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
version_id |
Yes |
String |
API version. Values:
|
None
Status code: 200
Parameter |
Type |
Description |
|---|---|---|
version |
Array of OpenApiVersion objects |
Version details. |
Parameter |
Type |
Description |
|---|---|---|
id |
Object |
Version number, for example, v3. |
links |
Array of OpenApiLinks objects |
API URL. |
status |
String |
Version status. Values:
|
updated |
String |
Version release time in UTC. For example, the release time of v3 is 2020-10-29T03:30:42Z. |
min_version |
String |
If the APIs of this version support microversions, the earliest microversion is returned. If not, an empty value is returned. |
None
None
For details, see Status Codes.
For details, see Error Codes.