3.0 IQConnect Web Service

This chapter summarizes the Workflow Automation IQConnect web service methods.

CreateObject

POST method to create an object in a Workflow Automation provider namespace.

DestroyObject

POST method to destroy an object from a Workflow Automation provider namespace.

Execute

POST method to execute a method defined for a Workflow Automation provider namespace.

GetAttribute

POST method to get an attribute value from a Workflow Automation provider object.

GetAttributes

POST method to get all the attributes and their values from a Workflow Automation provider object.

GetAttributesByNames

POST method to get specific attribute values from a Workflow Automation provider object.

GetChildren

POST method to get a list of children from a Workflow Automation provider object.

GetManagementServices

GET method to get a summary of the available Workflow Automation providers.

Login

GET method to log in to a session with the Workflow Automation IQConnect web service.

ReadResource

POST method to read from a resource (for example, a file) associated with a Workflow Automation provider namespace object.

RunVOSScript

POST method to run a VOS script query against the Workflow Automation provider namespaces.

RunVOSScriptByProvider

POST method to run a VOS script query against a specific provider namespace.

RunVQLQuery

POST method to run a VQL query against the available Workflow Automation provider namespaces.

RunVQLQueryByProvider

POST method to run a VQL query against a specific provider namespace.

SetAttribute

POST method to get an attribute for a provider namespace object.

SetAttributes

POST method to set multiple attributes for a provider namespace object.

WriteResource

POST method to write to a resource (for example, a file) associated with a Workflow Automation provider namespace object.