v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Documents > Folder

Reads all Folders

Get all folders.

get/api/2026-07-01/resources/documents/folders

Query parameters

activeboolean

Active folder.

Example:true

Active folder.

employee_idstring

Employee id

Example:15

Employee id

ids[]string[]

ids of the folders.

ids of the folders.

[
  "10",
  "12",
  "13"
]
namestring

Name of the folder.

Example:Payslips

Name of the folder.

Response

OK

Example response

{
  "data": [
    {
      "active": true,
      "company_id": "1",
      "id": "10",
      "name": "Payslips",
      "parent_folder_id": "23"
    }
  ]
}