Folder API

POST

  • The POST method lets you create a new folder item.
  • A successful create returns response code 200 and the newly created folder in JSON format (see Item API).

 
POST  projecten.viadesk.com/api/folder.json
form field “parent” // the id of the item you add this folder to. Must be a folder or an office (required)
form field “name” // the folder name (required)
form field “text” // the folder body