Get All Projects used in synchronous communication
GEThttps://api.orange.com/evolutionplatform/referentiel/api/v1//projects
This operation allows to get all Projects
Responses
- 200
- 401
- 403
- 500
ok
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
namestringrequired
project name
Possible values: Value must match regular expression \S
organizationIduuid
organization UUID associated to project
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
installedOffer object
iduuid
project UUID
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
banIdint32
ban id
[
{
"name": "string",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"installedOffer": {
"code": "string",
"name": "string"
},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"banId": 0
}
]
unauthorized access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: oauth2
name: oauth2clientcredentialstype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "https://api.orange.com/oauth/v3/token",
"scopes": {}
}
}
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/referentiel/api/v1//projects' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'