Search event history with query parameters
Create rooms, publish messages, subscribe users, and read live activity.
Create rooms, publish messages, subscribe users, and read live activity.
Parameters
Values in the path and query string.
appid path The TalkLabs application ID assigned to your account.
Example:your-app-id FromUserId query If specified, filters the search to only include messages where the user posting the event has this userid as an exact match
FromHandle query If specified, filters the search to only include messages where the user posting the event has this handle as an exact match
Types query 1 RoomId query If specified, filters the search to only include events from the specified room
Example:room-id Body query If specified, performs a substring match case insensitive of the body
Limit query The maximum number of records to return.
Example:1 Cursor query The cursor returned by the previous page.
Direction query [object Object] Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 400 Bad Request ApiResult 403 Forbidden ApiResult 404 Not Found ApiResult 500 Internal Server Error ApiResult