Get a Cursor for Near Real-Time Events
GET {{baseUrl}}/1/admin/events/1/cursor/realtime/create?company_id=dolore&user_id=dolore&event_types=create_thread,open-thread
Gets a starting cursor to retrieve near real-time events that have happened within the past two hours.
Note that near real-time cursors expire 24 hours after creation,
including next_cursor
s provided when getting a batch of events.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
company_id | string | (Required) The ID of the company to get events for. | |
user_id | string | The ID of user to get events for. | |
event_types | string |
RESPONSES
status: OK
{"next_cursor":"eyJjdXJzb3JfdmVyc2lvbiI6MSwic..."}