Get Projects Api version
GEThttps://api.orange.com/evolutionplatform/referentiel/api/v1//version
This operation allows to get the Api Version
Responses
- 200
- 500
ok
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
versionStruct object
deprecatedboolean
deprecated
[
{
"versionStruct": {
"major": "string",
"minor": "string",
"patch": "string",
"pre_release": "string"
},
"deprecated": true
}
]
internal error
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/referentiel/api/v1//version' \
-H 'Accept: application/json'