Skip to main content

Get Active News

GET 

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

This operation allows to get a page of News

Request

Query Parameters

    limit int32

    limit of the page

    offset int32

    Offset of the page

Responses

ok

Response Headers
    X-Total-Count

    total count of news

    X-Result-Count

    news result count

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