Stampfactory
Dokumentation
Dokumente

Eigene Dokumente

Documents visible to the signed-in employee

GET
/me/documents
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/documents"
{  "data": [    {      "id": "string",      "employee_id": "string",      "folder_id": "string",      "name": "string",      "original_filename": "string",      "mime_type": "string",      "size_bytes": "string",      "visible_to_employee": "string",      "uploaded_by": "string",      "uploaded_by_name": "string",      "created_at": "string",      "updated_at": "string"    }  ]}