Forms API

GET

  • The GET method displays the type of forms in the system, ordered by name. 

GET developer.viadesk.com/api/form?limit=10…

  • Parameter offset represents the offset of the list, default is empty.
  • Parameters limit determines the length of the list, default is empty. 

 
Example response body response:

[
 {
    "id": "614712-666f726d74656d706c617465",
    "kind": "formtemplate",
    "name": "Formulier 3-2018",
    "created": "2018-03-07T15:34:06+0100",
    "modified": "2022-07-12T13:33:42+0200",
    "diggsPositive": 0,
    "diggsNegative": 0,
    "featured": false,
    "author": {
      "id": "201-75736572",
      "email": "arie@viadesk.nl",
      "name": "Sean Connery"
    },
    "canAddChildren": true,
    "canWrite": true,
    "canAll": true,
    "isLiked": false,
    "completedFormCount": 10,
    "lastCompletedDate": "2018-03-15T10:06:31+0100"
  },
  {
    "id": "842092-666f726d74656d706c617465",
    "kind": "formtemplate",
    "name": "Formulier met meerdere bestanden",
    "created": "2020-08-11T11:32:21+0200",
    "modified": "2023-09-05T15:24:42+0200",
    "diggsPositive": 0,
    "diggsNegative": 0,
    "featured": false,
    "author": {
      "id": "201-75736572",
      "email": "arie@viadesk.nl",
      "name": "Sean Connery"
    },
    "canAddChildren": true,
    "canWrite": true,
    "canAll": true,
    "isLiked": false,
    "completedFormCount": 15,
    "lastCompletedDate": "2023-09-05T15:24:55+0200"
  }
]