...
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 | |
inclpic | boolean | 1 to include the tool picture in the reply |
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. |
...