threads

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.

get/api/v4/users/{user_id}/teams/{team_id}/threads

Path parameters

user_idstring required

The ID of the user. This can also be "me" which will point to the current user.

team_idstring required

The ID of the team in which the thread is.

Query parameters

sinceinteger

Since filters the threads based on their LastUpdateAt timestamp.

deletedboolean

Deleted will specify that even deleted threads should be returned (For mobile sync).

extendedboolean

Extended will enrich the response with participant details.

pageinteger

Page specifies which part of the results to return, by PageSize.

pageSizeinteger

PageSize specifies the size of the returned chunk of results.

totalsOnlyboolean

Setting this to true will only return the total counts.

threadsOnlyboolean

Setting this to true will only return threads.

Response

User's thread retrieval successful

totalinteger

Total number of threads (used for paging)

Changes

No recorded changes to this endpoint across all 1 revision of this API.