/events
GET {{baseUrl}}/events?sort=<string>
Returns all events
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort | string | If not included, results are sorted by creation date |
RESPONSES
status: OK
[{"id":"\u003cinteger\u003e","createdAt":"\u003cstring\u003e","topic":"\u003cstring\u003e","subjectType":"\u003cstring\u003e","subjectId":"\u003cinteger\u003e","generator":"\u003cstring\u003e","data":"\u003cobject\u003e"},{"id":"\u003cinteger\u003e","createdAt":"\u003cstring\u003e","topic":"\u003cstring\u003e","subjectType":"\u003cstring\u003e","subjectId":"\u003cinteger\u003e","generator":"\u003cstring\u003e","data":"\u003cobject\u003e"}]