latestOpenAPI 3.1.02026-08-22695252.1 KB

ef777d51e6f2

Allowance Management

Read a member's allowance history

Every manual change to this member's allowance for one allowance type, newest first: hand-set balances, carry-over overrides and deleted adjustments. Rule changes are not in here, they are in GET /members/{member_id}/rule-audit-log.

get/members/{member_id}/allowance-audit-log

Path parameters

member_idstring uuid required

Query parameters

allowance_type_idstring uuid required
yearinteger

Response

Successful response

idnumber required
createdAtstring required
yearinteger required
event_type'BROUGHT_FORWARD_OVERRIDE_SET' | 'BROUGHT_FORWARD_OVERRIDE_REVERTED' | 'ALLOWANCE_MANUALLY_EDITED' | 'ALLOWANCE_LEGACY_EDITED' | 'ADJUSTMENT_DELETED' required
old_allowancenumber nullable required
new_allowancenumber nullable required
old_brought_forwardnumber nullable required
new_brought_forwardnumber nullable required
old_compensatory_time_offnumber nullable required
new_compensatory_time_offnumber nullable required
old_overwrite_brought_forwardboolean nullable required
new_overwrite_brought_forwardboolean nullable required
delta_allowancenumber nullable required

Set instead of the old/new pair on entries migrated from the pre-rules history, which only recorded a difference.

delta_brought_forwardnumber nullable required
delta_compensatory_time_offnumber nullable required
commentstring nullable required