GET Moderate chat
List Messages Needing Moderation
limit : optional Defaults to 200.
This method requires authentication.
- limit: (optional) Defaults to 200. This limits how many messages to return from the queue
- roomId: (optional) Provide the ID for a room to filter for only the queued events for a specific room
- cursor: (optional) Provide cursor value to get the next page of results.
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The TalkLabs application ID assigned to your account.
Example:your-app-id limit query integer · int32
The maximum number of records to return.
Example:1 roomId query string TalkLabs ID
The TalkLabs assigned room ID returned when the room was created.
Example:room-id cursor query string
The cursor returned by the previous page.
Response
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