Versions Compared

Key

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

...

none--

Output

typescollection[ tooltype ]Collection of tooltype objects
classessetList of classes, the key is the class ID, the value is the class name

...

none--

Output

typescollection [ 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

tooltoolThe tool to create/update
attachtoobjectAn object with objecttype and objectid
noactivatebooleanSet to 1 to prevent the tool from being assigned to current user and activated

...

changedatedateReturn all tools on or after the provided date.
changetimetimeIf this is provided only return tools changed after the provided date and time.
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries
ignoreclosedboolIf 1 then don't sent tools that current user do not have access to
placeofhomenumberIf 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

toolscollection[ tool ]A collection of the relevant tools, or an empty collection if no tools were found.
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.
customeridscollection[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

...

fieldstringReturn tools where this field has the value specified in value.
valuestringReturn tools where the field specified in field has this value.
knowntoolscollection[tooldate]List of known tools and their change dates, see GetToolsByTodoID
resumekeystring

Output

toolscollection[ tool ]A collection of the relevant tools, or an empty collection if no tools were found.
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.

...

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.