Back to Autotask Integrations
Handler · Version 1

AutoTask Query Autotask

Download GitHub

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Entity The entity name being queried. Contact
Message JSON object representing what will be transformed into the XML AutoTask query (see the AutoTask QueryXML documentation for guidance). There are several unique key values have various effects when creating the JSON object to create AutoTask XML. See this handlers info on the Kinetic Community website for more information. {"condition": [{"field": {"content!": {"content!": "firstname","expression": {"@op": "equals","content!": "Joe"}}}},{"field": {"content!": {"content!": "lastname","expression": {"content!": "Smith","@op": "equals"}}}}]}
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Results JSON The output of the AutoTask SOAP call, converted to JSON.
Count The count of entities returned.
Changelog

AutotaskQueryv1 (2019-11-23)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top