Get all threads that user is following
Get all threads that user is following
Permissions
Must be logged in as the user or have edit_other_users permission.
Path parameters
The ID of the user. This can also be "me" which will point to the current user.
The ID of the team in which the thread is.
Query parameters
Since filters the threads based on their LastUpdateAt timestamp.
Deleted will specify that even deleted threads should be returned (For mobile sync).
Extended will enrich the response with participant details.
Page specifies which part of the results to return, by PageSize.
PageSize specifies the size of the returned chunk of results.
Setting this to true will only return the total counts.
Setting this to true will only return threads.
Response
User's thread retrieval successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.