Merge Folder

/folders/{id}/merge

Merge Folder [POST]

Merge an existing folder with another Folder

Authorization: Admin

Merging a Folder into another Folder performs the following actions:
  • This will move every form in this Folder into the target Folder and mark this Folder "Deleted".
  • This will move every time punch in this Folder over to the target Folder
  • This will only merge this Folder into the target Folder if both of them are under the same account.
  • This will not move over any schedules from this Folder.

Request

Body

{
    "newFolderId": 1013275
}

Response 200

Body

{
    "item": true
}

Still need help? Contact Us Contact Us