Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

Get All Projects used in synchronous communication

GET 

https://api.orange.com/evolutionplatform/referentiel/api/v1//projects

This operation allows to get all Projects

Responses

ok

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

    installed offer associated to project

    codestringrequired

    installed offer code

    Possible values: Value must match regular expression \S

    namestringrequired

    installed offer name

    Possible values: Value must match regular expression \S

    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

  • ]

Authorization: oauth2

name: oauth2clientcredentialstype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "https://api.orange.com/oauth/v3/token",
    "scopes": {}
  }
}
curl -L 'https://api.orange.com/evolutionplatform/referentiel/api/v1//projects' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/referentiel/api/v1/
Auth