/{id}/threads
GET /{id}/threads
Parameters
id
string Unique account identifier assigned by Riposte. You may also provide the custom user ID set during authentication; the API resolves it to the canonical account.
Additional parameters
page
string
page
string limit
string
limit
string maxResults
string
maxResults
string labelId
string
labelId
string pageToken
string
pageToken
string searchQuery
string
searchQuery
string dateFrom
string
dateFrom
string dateTo
string
dateTo
string Returns
Default Response
curl -X GET "http://localhost:8080/{id}/threads"
No example response available.