Get Account Facts
This request should be used to retrieve account fact data including balances, status, and assigned users for the specified period and engagement(s). The data contained here will be similar to what can be seen in Balancer under Accounts and Status.
Query parameters
-
possible values : Current or 0 - Current period for filtered engagement(s), LastThree or 1 - Last three period for filtered engagement(s), All or 99(Default option)
-
Short Guid of desired engagement Ex - ESXmkya-nEeWMX-7_3fSxA or Guid of desired engagement Ex - 45c31339-96d0-4262-b051-c00f392685c1
GET
/api/AccountFacts
curl \
-X GET https://analyticsapi.adra.com/balancer/api/AccountFacts
Response examples (200)
[
{
"engagement_Key": 42,
"legalEntity_Key": 42,
"period_Key": 42,
"account_Key": 42,
"preparerUsername": "string",
"preparerName": "string",
"approverUsername": "string",
"approverName": "string",
"reviewerUsername": "string",
"reviewerName": "string",
"assignedToUsername": "string",
"assignedToName": "string",
"accountStatus": "string",
"accountStatusReason": "string",
"isFinalized": "string",
"isCarriedForward": "string",
"balancerAccountUrl": "string",
"accountCreatedInPeriod": "2025-05-04T09:42:00+00:00",
"noOfDocuments": 42,
"noOfPreparers": 42,
"noOfApprovers": 42,
"noOfReviewers": 42,
"balance": 42.0,
"balanceAbs": 42.0,
"unidentifiedBalance": 42.0,
"unIdentifiedBalanceAbs": 42.0,
"balanceEngagement": 42.0,
"balanceEngagementAbs": 42.0,
"unidentifiedBalanceEngagement": 42.0,
"unIdentifiedBalanceEngagementAbs": 42.0,
"statusComment": "string",
"accountPurpose": "string",
"accountProcedure": "string",
"extraField01": "string",
"extraField02": "string",
"extraField03": "string",
"extraField04": "string",
"extraField05": "string",
"extraField06": "string",
"extraField07": "string",
"extraField08": "string",
"extraField09": "string",
"extraField10": "string",
"noOfRejects": 42,
"accountPeriodComment_Key": 42,
"accountPeriodTransaction_Key": 42,
"preparedByName": "string",
"preparedByUsername": "string",
"approvedByName": "string",
"approvedByUsername": "string",
"reviewedByName": "string",
"reviewedByUsername": "string",
"preparedDate": "2025-05-04T09:42:00+00:00",
"approvedDate": "2025-05-04T09:42:00+00:00",
"reviewedDate": "2025-05-04T09:42:00+00:00",
"rejectedDate": "2025-05-04T09:42:00+00:00",
"engagementGuid": "string",
"accountStatusPartial": "string",
"accountPeriodBalance": 42.0,
"balanceUpdatedDate": "2025-05-04T09:42:00+00:00",
"accountStatusComments": "string",
"accountStatusReasonText": "string",
"reviewComment": "string"
}
]