Stampfactory
Dokumentation
DATEV-Integration

Export-Protokolle

GET
/datev/export/logs
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/datev/export/logs"
{  "data": [    {      "id": "string",      "job_id": "string",      "import_file_type": "string",      "target_system": "string",      "payroll_accounting_month": "string",      "status": "string",      "transfer": "string",      "granularity": "string",      "error_message": "string",      "employee_count": "string",      "uploaded_at": "string",      "last_status_check_at": "string",      "created_at": "string"    }  ]}