Skip to main content
GET
List a member's allowance adjustments

Autorisierungen

X-API-KEY
string
header
erforderlich

Pfadparameter

member_id
string<uuid>
erforderlich
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Abfrageparameter

allowance_type_id
string<uuid>
erforderlich
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Antwort

Successful response

id
number
erforderlich
amount
number | null
erforderlich

Days for a day-based allowance type, MINUTES for an hour-based one. Negative values subtract.

date
string
erforderlich

The day the adjustment takes effect; it decides its year.

comment
string
erforderlich
compensatory_time_off
number
erforderlich

Non-zero when the adjustment came from overtime compensation.

expiry_date
string | null
erforderlich

The LAST day (inclusive) the granted days can still be used, or null when they do not expire. The same convention POST /members/{member_id}/adjustments accepts, so a value read here can be sent straight back.