Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

changedatedate
changetimetime
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries
exclmessagesboolIf 1 then the messages are not included
ignoreclosedboolIf 1 then don't sent threads that current user do not have access to
onlysubscriberboolIf 1 then only get threads the current user is subscriber
skip_deletedboolIf 1 then don't send deleted threads

Output

threadscollection[ thread ]The threads
numunreadmessagesnumberThe number of unread messages in all threads
unreadmessagessetNumber of unread messages for each object type and object, see below
resumekeystringSometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results.

...