Querying API Versions

Function

This API is used to query the information of API versions.

URI

GET /

Request Parameters

None

Response Parameters

Status code: 300

Table 1 Response body parameters

Parameter

Type

Description

versions

Array of Version objects

List of API versions

Table 2 Version

Parameter

Type

Description

id

String

API version ID

Enumeration values:

  • v3

status

String

API version status

Enumeration values:

  • CURRENT

links

Array of Link objects

URI of the API version

Table 3 Link

Parameter

Type

Description

href

String

Domain name

rel

String

Domain name description

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

300

List of API versions

Error Codes

See Error Codes.