v1

OpenAPI 3.0.02026-08-04109109370.6 KB
Forms

Get all forms

Get all non-archived nutshell forms along with the IDs of the fields used in each form.

get/forms

Response

Forms

linksobject

Example response

{
  "meta": {
    "instanceId": "12345"
  },
  "wfForms": [
    {
      "id": "3-contacts",
      "name": "Client Questionnaire",
      "links": {
        "fields": [
          "1-wfFields"
        ]
      }
    }
  ]
}