This API is used to query the versions of EPS APIs.
GET /
Example request
GET https://{EPS endpoint}/
Status code: 200
Name |
Type |
Description |
|---|---|---|
versions |
Array |
Specifies the list of all versions. For details, see Table 2. |
Name |
Type |
Description |
|---|---|---|
id |
String |
Specifies the version ID, for example, v1.0. |
links |
List<Link> |
Specifies the API URL. For details, see Table 3. |
version |
String |
Specifies the microversion. If the API version supports microversions, the maximum microversion supported is returned. If microversions are not supported, this field is left empty. |
status |
String |
Specifies the version status. The options are as follows:
|
updated |
String |
Specifies the version release time, which is a UTC time. For example, the release time of v1.0 is 2016-12-09T00:00:00Z. |
min_version |
String |
Specifies the microversion. If the API version supports microversions, the system returns the supported minimum microversion. If microversions are not supported, the system returns an empty value. |
For details, see Status Code.
For details, see Error Codes.