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.

...

messagetmessageThe message
titlestringThe title of the new thread
tagstringA tag for the new thread
objecttypestringThe type of the object for which to create the new thread
objectidnumberThe MB ID of the object for which to create the new thread
ispublicbooleanIf the thread should be shown on the extranet and elsewhere
nextcheckinbooleanIf the messsage should be sent to the next who checks in
internalsubscriberscollection[number]MB IDs of the users who should be set as subscribers when creating a thread
externalsubscriberscollection[number]MB IDs of the persons who should be set as subscribers when creating a thread
notificationstring

The message which should be given as notification to the responsible people of the task.

"Works only with tasks"

Output

messagetmessage
threadthread

...