forked from laiweijian4/doc-exports
Reviewed-by: Muller, Martin <martin.muller@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
7.1 KiB
7.1 KiB
Querying a Specified API Version
Function
This API is used to query the information of a specified API version.
URI
GET /{api_version}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
api_version |
Yes |
String |
API version (cloud service) to be queried. The value can be vbs, csbs, or cbr. Minimum: 3 Maximum: 4 |
Request Parameters
None
Response Parameters
Status code: 300
Parameter |
Type |
Description |
---|---|---|
versions |
Array of Version objects |
List of API versions |
Parameter |
Type |
Description |
---|---|---|
id |
String |
API version ID Enumeration values:
|
status |
String |
API version status Enumeration values:
|
links |
Array of Link objects |
URI of the API version |
Example Requests
None
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
300 |
List of API versions |
Error Codes
See Error Codes.
Parent topic: API Version Query