Changelog for January 23, 2024
Overview
We're wrapping up our endeavor to export Account Administration settings. Our final batch of Account Admin endpoints includes Approval Settings, Approver Slots, and Approver Rules.
These endpoints allow administrators to build a network of approval settings, the steps within the setting, the rules for those settings, and who is assigned to the step.
New API Features
Approval Settings
A new path to /api/v1/account_admin/approval_settings includes the following attributes and relationships:
namedeal_types- id
- name
- created_at
- updated_at
space_types- id
- name
- created_at
- updated_at
- a relationship to
asset_groups - included data for
watchertypeid
- a link to
approver_slots - included data for
approver_slotstypeid
Approver Slots
A new path to /api/v1/account_admin/approver_slots includes the following attributes and relationships:
descriptionorder_number- a link to
approver - included data for
approvertype(users)id
- included data for
approval_rulestypeid
Approver Rules
A new path to /api/v1/account_admin/approver_rules includes the following attributes and relationships:
order_numberrule_typerule_nameconditionthresholdvalue
right_typeslease_info_type- a link to
approver_slot - included data for
approver_slottypeid
