getChanges Input
Use this service call to get details information about changes to a particular deal.
| GET Parameter | Characteristics | Description |
| key | Required | Your developer key, this value is available in the Manage Feeds page or use the Base URL value above. |
| couponid | Required | The CouponID of the deal you would like more information on. |
getChanges Output
The Deal Changes Feed contains information about changes made to a specific deal from the feed.
| Field Name | Description |
| CouponID | The unique id assigned to the deal |
| ChangeDate | Date this particular deal chanaged. |
| ChangeType | ... |
| NewValue | ... |
| OldValue | ... |
XML Feed Structure
<changes>
<item>
<couponid> int </couponid>
<changedate> YYYY-MM-DD HH:MM XXX </changedate>
<changetype> string </changetype>
<newvalue> string </newvalue>
<oldvalue> string </oldvalue>
</item>
</changes>
PIPE, TAB and CSV File Structure
The data fields for these file formats are in the following order.
CouponID
ChangeDate
ChangeType
NewValue
OldValue