...
none | - | - |
Output
types | collection[ tooltype ] | Collection of tooltype objects |
classes | set | List of classes, the key is the class ID, the value is the class name |
...
none | - | - |
Output
types | collection [ toolstate ] | Collection of states, each state is a set with id , title , color and access |
...
If the tool provided has a tool id of 0, a new tool will be created and a new tool id will be provided.
Input
tool | tool | The tool to create/update |
attachto | object | An object with objecttype and objectid |
noactivate | boolean | Set to 1 to prevent the tool from being assigned to current user and activated |
...
changedate | date | Return all tools on or after the provided date. |
changetime | time | If this is provided only return tools changed after the provided date and 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 |
ignoreclosed | bool | If 1 then don't sent tools that current user do not have access to |
placeofhome | number | If 1 then only get tools which have a “place of home”, if 2 then only get tools which do not have a “place of home” |
Output
tools | collection[ tool ] | A collection of the relevant tools, or an empty collection if no tools were found. |
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. |
customerids | collection[number] | List of Microbizz ID of customers which have tools which the app should download in order to ensure that the tools are available in case the app is offline, see GetToolsByField |
...
field | string | Return tools where this field has the value specified in value . |
value | string | Return tools where the field specified in field has this value. |
knowntools | collection[tooldate] | List of known tools and their change dates, see GetToolsByTodoID |
resumekey | string |
Output
tools | collection[ tool ] | A collection of the relevant tools, or an empty collection if no tools were found. |
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. |
...
The answers
set has the question form ID as name (or key) and a formanswer as value.
Output
None | - | - |
GetToolServiceProtocols
...
If multiple
is set then each item in the list is a set of serviceprotocol objects. If asarray
is set then the list if a collection, an each serviceprotocol object includes a groupid
field indicating the ID of the tool type.