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:

  • name
  • deal_types
    • id
    • name
    • created_at
    • updated_at
  • space_types
    • id
    • name
    • created_at
    • updated_at
  • a relationship to asset_groups
  • included data for watcher
    • type
    • id
  • a link to approver_slots
  • included data for approver_slots
    • type
    • id

Approver Slots

A new path to /api/v1/account_admin/approver_slots includes the following attributes and relationships:

  • description
  • order_number
  • a link to approver
  • included data for approver
    • type(users)
    • id
  • included data for approval_rules
    • type
    • id

Approver Rules

A new path to /api/v1/account_admin/approver_rules includes the following attributes and relationships:

  • order_number
  • rule_type
  • rule_name
  • condition
  • threshold
    • value
  • right_types
  • lease_info_type
  • a link to approver_slot
  • included data for approver_slot
    • type
    • id

Interested in using our Next-Generation API Suite? Request Access by emailing [email protected]