Dokumente
Eigene Dokumentordner
Folders visible to the signed-in employee
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Response-Body
application/json
application/json
curl -X GET "https://example.com/me/document-folders"{ "data": [ { "id": "string", "employee_id": "string", "name": "string", "system_key": "string", "is_default": "string", "visible_to_employee": "string", "sort_order": "string", "document_count": 0, "created_at": "string", "updated_at": "string" } ]}