Aller au contenu principal

Get News By Id

GET 

/news/:id

This operation allows to get News by ID

Request

Path Parameters

    id uuidrequired

    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

Responses

ok

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