Get Account Dimensions

GET /api/AccountDimensions

This request should be used to retrieve the account dimension data for specified engagement(s). This includes account hierarchies, classifications, and configuration details. The data contained here will be similar to what can be seen in Balancer under Administration->Account settings.

Query parameters

  • Short Guid of desired engagement Ex - ESXmkya-nEeWMX-7_3fSxA or Guid of desired engagement Ex - 45c31339-96d0-4262-b051-c00f392685c1

Responses

GET /api/AccountDimensions
curl \
 -X GET https://analyticsapi.adra.com/balancer/api/AccountDimensions
Response examples (200)
[
  {
    "engagementGuid": "string",
    "account_Key": 42,
    "engagement_Key": 42,
    "parentAccount_Key": 42,
    "accountClass": "string",
    "accountType": "string",
    "accountBaseClass": "string",
    "isKeyAccount": "string",
    "reconciliationType": "string",
    "riskType": "string",
    "prepareFrequency": "string",
    "approveFrequency": "string",
    "reviewFrequency": "string",
    "account_Id": 42,
    "parentAccountId": 42,
    "accountNumber": "string",
    "accountName": "string",
    "account": "string",
    "accountSubClass": "string"
  }
]