Skip to main content

Get Historique News

GET 

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

This operation allows to get a list of News

Responses

ok

Schema
  • Array [
  • iduuid

    news id

    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}

    dateStartdate

    start date of the news

    Example: 2022-03-10
    dateEnddate

    end date of the news

    Example: 2022-03-10
    eventTypestring

    event Type

    informationstring

    informations about the news

    statusstring

    news state

    Possible values: [ACTIVE, DESACTIVE]

  • ]

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//news' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/referentiel/api/v1/
Auth