...
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. |
...
message | tmessage | The message |
title | string | The title of the new thread |
tag | string | A tag for the new thread |
objecttype | string | The type of the object for which to create the new thread |
objectid | number | The MB ID of the object for which to create the new thread |
ispublic | boolean | If the thread should be shown on the extranet and elsewhere |
nextcheckin | boolean | If the messsage should be sent to the next who checks in |
internalsubscribers | collection[number] | MB IDs of the users who should be set as subscribers when creating a thread |
externalsubscribers | collection[number] | MB IDs of the persons who should be set as subscribers when creating a thread |
notification | string | The message which should be given as notification to the responsible people of the task. "Works only with tasks" |
Output
message | tmessage | |
thread | thread |
objecttype
can be 'todo' or 'customer' or 'tools'.
...