Skip to main content

Get Active News By Event Type

GET 

/news/eventType/:eventType

This operation allows to get a page of News by eventType

Request

Path Parameters

    eventType stringrequired

    eventType

Query Parameters

    limit int32

    Default value: 20

    limit of the page

    offset int32

    Default value: 0

    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...