Payroll-Exportdokument abrufen
Gibt Metadaten des Payroll-Exportdokuments zurück, wenn es im Scope des API-Keys liegt.
Auf einen Blick
Betriebsverhalten
Gibt Metadaten des Payroll-Exportdokuments zurück, wenn es im Scope des API-Keys liegt.- Prüfen Sie
fileName, bevor Sie den Download starten;nullbedeutet, dass keine Datei erzeugt wurde.
Häufige Fehler
Vor der Implementierung
- Erzeugen und protokollieren Sie für den Versuch eine neue
X-Request-ID. - Behandeln Sie jeden dokumentierten Response-Status.
- Protokollieren Sie weder
X-API-Keynoch unnötige personenbezogene Daten.
Zugehöriger Integrationsleitfaden
Autorisierungen
JobHandy integration API key. Send the credential in the X-API-Key header. Treat the key as a secret and use it only from trusted server-side environments.
Header
Narrows the operation to one tenant in the API key's scope. Any referenced or target resource must be accessible through that tenant. In interactive clients, use the {{tenantId}} variable when a tenant must be selected. Keep the header disabled when tenant selection is not required.
^[0-9a-fA-F]{24}$Optional request identifier. If supplied, it must be a UUID v4 or v7 and is returned unchanged in every response. If omitted, the API generates one. Invalid values return 400 INVALID_REQUEST_ID. If your client uses a {{requestId}} variable, refresh it with a new UUID version 4 or 7 for every HTTP request attempt. Keep the header disabled to let the API generate the request identifier.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[47][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Pfadparameter
Payroll export document ID.
^[0-9a-fA-F]{24}$"700000000000000000000101"
Antwort
The requested payroll export document.
Payroll export document metadata.
Payroll export document ID.
^[0-9a-fA-F]{24}$"700000000000000000000101"
ID of the tenant that owns the document.
^[0-9a-fA-F]{24}$"68a000000000000000000010"
Payroll export format. Values are case-sensitive.
sap_hcm, personio_csv, hrworks_csv, diamant_software_diamant_4, universal_csv, universal_txt, datev_lodas, datev_lug 1"datev_lodas"
First payroll period covered by the document in YYYY-MM format.
1^\d{4}-(?:0[1-9]|1[0-2])$"2026-01"
Last payroll period covered by the document in YYYY-MM format.
1^\d{4}-(?:0[1-9]|1[0-2])$"2026-01"
Download filename, or null when no file was produced.
1"datev_lodas_export_202601.csv"
Media type derived from the payroll export format.
1"text/csv"
UTC creation timestamp.
1Z$"2026-02-01T08:00:00.000Z"
UTC timestamp of the latest update.
1Z$"2026-02-01T08:00:00.000Z"
