cURL
curl --request GET \ --url https://api.example.com/v1/payroll/schemes
{ "country": "<string>", "schemes": [ { "id": "<string>", "legal_name": "<string>", "country": "<string>", "currency": "<string>", "effective_from": "<string>", "effective_until": "<string>", "version": "<string>", "status": "active", "concept_count": 123, "legal_references": [ "<string>" ], "dsl_path": "<string>", "changelog": [ {} ] } ], "total": 123 }
Returns every loaded payroll scheme across all countries.
Successful Response
Response for GET /v1/payroll/schemes/{country}.
Show child attributes