Jul 25, 20222022-07-25

New

  • Public InsightConnect Workflow APIs - List, Get, Activate & Deactivate Workflows
    • Public endpoints and documentation are now available to List, Get, Activate and Deactivate Workflows.
    • List Workflow allows you to list up to 30 workflows for an organization at once, returned in an array of workflow objects. Workflows are returned in an array of workflow objects in descending order by the most recently updated workflows, with parameters to filter by the workflow state (active/inactive), name, or any tags applied to the workflow.
    • Get Workflow retrieves a workflow object using a workflowID.
    • Activate Workflow activates an inactive workflow using a workflowID. This endpoint accepts an optional parameter to reactivate a workflow in the case where you have a published inactive version and unpublished changes. This endpoint requires a User API Key for authentication.
    • Deactivate Workflow deactivates an active workflow using a workflowID. This endpoint requires a User API Key for authentication.