Get Balance History
GET {{baseUrl}}/2024-07/retail-media/balances/:balanceId/history?offset=0&limit=25&limitToChangeTypes=<string>
Gets the balance's historical change data.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The (zero-based) starting offset in the collection. | |
limit | number | The number of elements to be returned. | |
limitToChangeTypes | string | Comma separated change types string that will be queried. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"changeDetails":{"changeValue":"\u003cstring\u003e","currentValue":"\u003cstring\u003e","previousValue":"\u003cstring\u003e"},"changeType":"ValueAdd","dateOfModification":"\u003cdateTime\u003e","modifiedByUser":"\u003cstring\u003e","memo":"\u003cstring\u003e"},{"changeDetails":{"changeValue":"\u003cstring\u003e","currentValue":"\u003cstring\u003e","previousValue":"\u003cstring\u003e"},"changeType":"BalanceRemoved","dateOfModification":"\u003cdateTime\u003e","modifiedByUser":"\u003cstring\u003e","memo":"\u003cstring\u003e"}],"meta":{"limit":"\u003cinteger\u003e","offset":"\u003cinteger\u003e","count":"\u003clong\u003e"}}