-
createAutomation
Creates a new workflow document.
POST /automation-studio/automationsCreates a new workflow document.
-
createComponentGroup
Creates a new component group document.
POST /automation-studio/component-groupsCreates a new component group document.
-
createTemplate
Creates a new template document.
POST /automation-studio/templatesCreates a new template document.
-
deleteComponentGroup
Deletes a component group document.
DELETE /automation-studio/component-groups/:idDeletes a component group document.
-
deleteTemplate
Deletes a template document.
DELETE /automation-studio/templates/:idDeletes a template document.
-
exportTemplate
Exports a template document.
GET /automation-studio/templates/:id/exportExports a template document.
-
getComponentGroup
Gets a single component group document.
GET /automation-studio/component-groups/:idGets a single component group document.
-
getComponentGroups
Gets a page of component group documents.
GET /automation-studio/component-groupsGets a page of component group documents.
-
getMethodOptions
Get all available rest calls in IAP.
GET /automation-studio/json-forms/method-optionsGet all available rest calls in IAP.
-
getTemplate
Gets a single template document.
GET /automation-studio/templates/:idGets a single template document.
-
getTemplates
Gets a page of template documents.
GET /automation-studio/templatesGets a page of template documents.
-
importAutomations
Imports a new workflow document.
POST /automation-studio/automations/importImports a new workflow document.
-
importComponentGroups
Imports a new component group document.
POST /automation-studio/component-groups/importImports a new component group document.
-
importTemplates
Imports a new template document.
POST /automation-studio/templates/importImports a new template document.
-
runTransformation
Transforms data using JST transformation document.
POST /automation-studio/json-forms/runTransformation/:transformationIdTransforms data using JST transformation document.
-
updateAutomation
Replaces a workflow document.
PUT /automation-studio/automations/:idReplaces a workflow document.
-
updateComponentGroup
Replaces a component group document.
PUT /automation-studio/component-groups/:idReplaces a component group document.
-
updateTemplate
Replaces a template document.
PUT /automation-studio/templates/:idReplaces a template document.