- 
    
      createAutomationCreates a new workflow document. POST /automation-studio/automationsCreates a new workflow document. 
- 
    
      createComponentGroupCreates a new component group document. POST /automation-studio/component-groupsCreates a new component group document. 
- 
    
      createTemplateCreates a new template document. POST /automation-studio/templatesCreates a new template document. 
- 
    
      createWorkflowTestCreates a new workflow test document for a workflow. POST /automation-studio/:workflowId/testsCreates a new workflow test document for a workflow. 
- 
    
      deleteComponentGroupDeletes a component group document. DELETE /automation-studio/component-groups/:idDeletes a component group document. 
- 
    
      deleteTemplateDeletes a template document. DELETE /automation-studio/templates/:idDeletes a template document. 
- 
    
      deleteWorkflowTestDeletes a workflow test document for a workflow. DELETE /automation-studio/:workflowId/tests/:idDeletes a workflow test document for a workflow. 
- 
    
      exportTemplateExports a template document. GET /automation-studio/templates/:id/exportExports a template document. 
- 
    
      getComponentGroupGets a single component group document. GET /automation-studio/component-groups/:idGets a single component group document. 
- 
    
      getComponentGroupsGets a page of component group documents. GET /automation-studio/component-groupsGets a page of component group documents. 
- 
    
      getMethodOptionsGet all available rest calls in IAP. GET /automation-studio/json-forms/method-optionsGet all available rest calls in IAP. 
- 
    
      getReferencesToGets references to a particular document. GET /automation-studio/references-toGets references to a particular document. 
- 
    
      getTemplateGets a single template document. GET /automation-studio/templates/:idGets a single template document. 
- 
    
      getTemplatesGets a page of template documents. GET /automation-studio/templatesGets a page of template documents. 
- 
    
      getWorkflowTestGets a single workflow test document from a given workflow. GET /automation-studio/:workflowId/tests/:idGets a single workflow test document from a given workflow. 
- 
    
      getWorkflowTestsGets a page of workflow test documents for a given workflow. GET /automation-studio/:workflowId/testsGets a page of workflow test documents for a given workflow. 
- 
    
      importAutomationsImports a new workflow document. POST /automation-studio/automations/importImports a new workflow document. 
- 
    
      importComponentGroupsImports a new component group document. POST /automation-studio/component-groups/importImports a new component group document. 
- 
    
      importTemplatesImports a new template document. POST /automation-studio/templates/importImports a new template document. 
- 
    
      runTransformationTransforms data using JST transformation document. POST /automation-studio/json-forms/runTransformation/:transformationIdTransforms data using JST transformation document. 
- 
    
      updateAutomationReplaces a workflow document. PUT /automation-studio/automations/:idReplaces a workflow document. 
- 
    
      updateComponentGroupReplaces a component group document. PUT /automation-studio/component-groups/:idReplaces a component group document. 
- 
    
      updateTemplateReplaces a template document. PUT /automation-studio/templates/:idReplaces a template document. 
- 
    
      updateWorkflowTestReplaces a workflow test document for a workflow. PUT /automation-studio/:workflowId/tests/:idReplaces a workflow test document for a workflow.