Get Recent Threads
GET {{baseUrl}}/1/threads/recent?count=10&max_updated_usec=-51454198&include_hidden=true
Returns the most recent threads to have received messages, similar to the updates view in the Quip app. Results are returned in the same format as Get Thread.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | number | The number of threads to return. | |
max_updated_usec | number | UNIX epoch timestamp. Searches only for threads that were last | |
updates before or at this timestamp. | |||
include_hidden | boolean | If true, response includes hidden threads. |
RESPONSES
status: OK
{}