GET v2/cova/companies({CompanyId})/loyalty/adjustment-history?DateRange={DateRange}
Returns All Loyalty Adjustment Report for a Company based on Timeframe
Information:
Base URL:
https://reporting.iqmetrix.net
Example of a call would be:
https://reporting.iqmetrix.net/v2/cova/companies({CompanyId})/loyalty/adjustment-history?DateRange=Everything
Date Range Paramters indude:
Today, Yesterday, LastWeek, LastMonth, LastQuarter, WeekToDate, MonthToDate, QuarterToDate, YearToDate, FullYear, Everything
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | The unique Company Id that was provided in your onboarding pacakage | integer | Required | 
| DateRange | The Timeframe you want for the Loyalty Adjustments Reprot | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Loyalty Adjustment Report for a Company based on Timeframe
Collection of LoyaltyAdjustmentReportByCompanyReturn| Name | Description | Type | Additional information | 
|---|---|---|---|
| Date | date | None. | |
| Add/Remove | string | None. | |
| Point Amount | string | None. | |
| Employee | string | None. | |
| Customer | string | None. | |
| Reason | string | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "Date": "2025-10-31T06:34:36.7049482+00:00",
    "Add/Remove": "sample string 2",
    "Point Amount": "sample string 3",
    "Employee": "sample string 4",
    "Customer": "sample string 5",
    "Reason": "sample string 6"
  },
  {
    "Date": "2025-10-31T06:34:36.7049482+00:00",
    "Add/Remove": "sample string 2",
    "Point Amount": "sample string 3",
    "Employee": "sample string 4",
    "Customer": "sample string 5",
    "Reason": "sample string 6"
  }
]