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
- application/json
Body
id integer
ID is the ID of an event to get.
Responses
- 200
- default
Method response
- application/json
- Schema
- Example (from schema)
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.
{
"added": "string",
"document": "string",
"type": "CONTENT_UNSPECIFIED",
"uri": "string"
}
Loading...