Aller au contenu principal

Get Active News

GET 

/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

    integer

    total count of news

  • X-Result-Count

    integer

    news result count

Schema

    id 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}

    news id

    dateStart date

    start date of the news

    dateEnd date

    end date of the news

    eventType string

    event Type

    information string

    informations about the news

    status string

    Possible values: [ACTIVE, DESACTIVE]

    news state

Loading...