Stampfactory
Dokumentation
Monatsabschluss

Abrechnungsperioden auflisten

GET
/payroll/periods/{year}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

year*integer

Response-Body

application/json

application/json

curl -X GET "https://example.com/payroll/periods/0"
{  "data": [    {      "id": "string",      "year_month": "string",      "status": "string",      "closed_by": "string",      "closed_at": "string",      "reopened_by": "string",      "reopened_at": "string",      "note": "string"    }  ]}