Get Comment Facts

GET /api/CommentFacts

Retrieves comments and their metadata for accounts in the specified period and engagement(s).

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

Responses

GET /api/CommentFacts
curl \
 -X GET https://analyticsapi.adra.com/balancer/api/CommentFacts
Response examples (200)
[
  {
    "engagement_Key": 42,
    "legalEntity_Key": 42,
    "period_Key": 42,
    "account_Key": 42,
    "addedByUsername": "string",
    "addedByName": "string",
    "commentText": "string",
    "commentAdded": "2025-05-04T09:42:00+00:00",
    "accountPeriodComment_Key": 42,
    "userKey": 42,
    "engagementGuid": "string"
  }
]