Newer Version Available

This content describes an older version of this product. View Latest

User Conversations, Specific

Returns information about the specified private conversation for the logged-in user. Also used to search within a specific conversation.

You can also use the Conversations resource to change the status of a specified conversation. See Change Status of Conversations.

Note

Resource
1/chatter/users/me/conversations/conversationId
or
1/chatter/users/userId/conversations/conversationId

userId must be the ID of the logged-in user or the alias me.

Note

Available since version
23.0
HTTP methods
GET, PATCH, or HEAD
Request parameter for GET
Parameter Name Type Required or Optional Description Available Version
q String Optional Specifies the string to search. The search string must contain at least two characters, not including any wildcards. For more information about wildcards, see Wildcards. This parameter is optional.

The query parameter only searches message text bodies, not user names, titles, and so on.

Note

24.0
Request body for PATCH
Root XML tag
<conversation>
Properties
Name Type Description Available Version
read Boolean Changes the conversation status to unread (false) or read (true). 24.0
Request parameters for PATCH
Parameter Name Type Description
read Boolean Changes the conversation status to unread (false) or read (true).
Response body for GET or HEAD
Conversation Detail