Skip to main content

GetEvent

POST 

/twirp/ttab.newswire.Delivery/GetEvent

GetEvent is used to get detailed information about an event, it's used for debugging or interactive applications.

Request

Body

    id integer

    ID is the ID of an event to get.

Responses

Method response

Schema
    added string

    Added timestamp (the time newswire got the event) as an RFC3339 string.

    document string

    Document payload for the event.

    type ttab.newswire.ContentType

    Possible values: [CONTENT_UNSPECIFIED, CONTENT_NEWS, CONTENT_EDITORIAL_INFO, CONTENT_PRESS_RELEASES]

    uri string

    URI of the document that this event represents.

Loading...