Threads

Thread Items

Get Thread

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
threadIdstringRequired
Responses
chevron-right
200

Success

application/json
get
/threads/{threadId}

Delete Thread

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
threadIdstringRequired
Responses
chevron-right
200

Success

application/json
delete
/threads/{threadId}

List Threads

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumberOptional
pageSizenumberOptional
sortBystringOptional
sortDirectionstring · enumOptionalPossible values:
querystringOptional
Responses
chevron-right
200

Success

application/json
get
/threads

Mark Thread as Read

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
threadIdstringRequired
Responses
chevron-right
200

Success

application/json
patch
/threads/{threadId}/read

Get Thread Items

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
threadIdstringRequired
Query parameters
pagenumberRequired
pageSizenumberRequired
getScheduledbooleanRequired
Responses
chevron-right
200

Success

application/json
get
/threads/{threadId}/items

Delete Thread Item

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
threadIdstringRequired
Responses
chevron-right
200

Success

application/json
delete
/threads/{threadId}/items

Last updated

Was this helpful?