Read a member's rule history
Allowance Management
Read a member's rule history
Every assignment-level entry referencing this member, newest first: which rule they were put on, moved to, or removed from, by whom and why.
GET
Read a member's rule history
Authorizations
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Required range:
1 <= x <= 200Response
Successful response
Available options:
RULE_CREATED, RULE_UPDATED, RULE_DELETED, ASSIGNMENT_CREATED, ASSIGNMENT_UPDATED, ASSIGNMENT_DELETED, MEMBER_RULE_CHANGED, DEFAULT_RULE_CHANGED Null once the member who made the change has been deleted.
Set on assignment-level events: the member they affected.
The reason given for the change.
What changed, as a JSON object. Rule edits carry { field: { from, to } } pairs; a rule change carries from_rule_id / to_rule_id. The exact keys depend on event_type.
How many members were on the rule when the change was made.
The rule the member was on before this entry.
The rule the member was on after it.