...
changedate | date | |
changetime | time | |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries |
exclmessages | bool | If 1 then the messages are not included |
ignoreclosed | bool | If 1 then don't sent threads that current user do not have access to |
onlysubscriber | bool | If 1 then only get threads the current user is subscriber |
skip_deleted | bool | If 1 then don't send deleted threads |
Output
threads | collection[ thread ] | The threads |
numunreadmessages | number | The number of unread messages in all threads |
unreadmessages | set | Number of unread messages for each object type and object, see below |
resumekey | string | Sometimes 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. |
...