VRPlatformVRPlatform
Reports

/reports/trust-reconciliation

Trust reconciliation report

GET
/reports/trust-reconciliation
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

endDate*string
listingId?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/reports/trust-reconciliation?endDate=string"
{
  "trustReconciliation": {
    "name": "Trust Reconciliation",
    "total": 0,
    "data": [
      {
        "name": "Owner Payables",
        "total": 0,
        "type": "listings",
        "listings": [
          {
            "name": "string",
            "id": "string",
            "total": 0,
            "drilldown": {
              "type": "journalEntryReport",
              "filter": {
                "ids": "string",
                "txnCode": "string",
                "published": true,
                "status": "active",
                "ledger": "historical",
                "startAt": "string",
                "endAt": "string",
                "search": "string",
                "date": "string",
                "amount": "string",
                "isDateRangeEndInclusive": true,
                "reservationIds": "string",
                "transactionIds": "string",
                "ownerStatementIds": "string",
                "currency": "string",
                "excludeApAppendix": true,
                "listingIds": "string",
                "listingOwnershipPeriodIds": "string",
                "accountIds": "string",
                "accountReservationLineTypeIds": "string",
                "categoryIds": "string",
                "excludeCategoryIds": "string",
                "contactIds": "string",
                "classifications": "string",
                "accountType": "ledger",
                "types": "string",
                "excludeTypes": "string",
                "entityTypes": "string",
                "bookingChannels": "string",
                "triggerTypes": "string",
                "excludeTriggerTypes": "string",
                "parties": "string",
                "party": "owners",
                "accountAssignmentTypes": "string",
                "managerStatementSectionIds": "string",
                "recurringFee": true,
                "openingBalanceType": "taxPayable"
              },
              "measure": "periodActivity",
              "label": "string"
            },
            "issues": [
              {
                "code": "endedOwnershipNonZeroBalance",
                "severity": "warning",
                "message": "string",
                "context": {
                  "endAt": "string",
                  "setListingInactive": true
                }
              }
            ]
          }
        ]
      }
    ]
  }
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}