REST Resource: users.spaces.threads

Resource: ThreadReadState

A user's read state within a thread, used to identify read and unread messages.

JSON representation
{
  "name": string,
  "lastReadTime": string
}
Fields
name

string

Resource name of the thread read state.

Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState

lastReadTime

string (Timestamp format)

The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.

Methods

getThreadReadState

Returns details about a user's read state within a thread, used to identify read and unread messages.