New JSON Form Tasks

Prev Next

This release alert applies to app-json_forms in Itential Platform for:

  • Platform 6.0.0
  • 2023.2
  • 2023.1
  • 2022.1

Itential recently enabled a number of API endpoints in JSON Forms:

  • GET - Retrieve Form by Id
  • PUT - Update Form
  • DELETE - Remove Form

With this enhancement, all app-json_forms tasks are fully accessible in Studio (formerly Automation Studio) for Platform users to run on the workflow canvas. Descriptions for each JSON Form task are referenced below.

Task Description
createForm Creates a new JSON form document with a unique name.
deleteForms Deletes previously created JSON form documents based on a list of document IDs.
getForms Returns all JSON form documents that have previously been created.
getFormById Finds a previously created JSON form based on the document ID.
importForms Insert form documents into JSON Forms from a user supplied JSON document.
updateForm Updates a previously created JSON form based on the document ID and an object of fields to update.
validateForm Retrieves the JSON schema for a given form ID and validates the supplied form data against it.

 

If you need any additional support using these API enpoints or require more task information, please reach out to Itential's Product Support Team for assistance.

Related Reading