data export api - deletes
Summary:
We are receiving multiple occurrences of the same object in the data export API for deleted objects. Is the expected behavior or is a bug in the API?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24C
Code Snippet (add any code snippets that support your topic, if applicable):
{ "schema": "PRIMARY", "contentType": "text/csv", //"contentCompression": "GZIP", "rangeAfter" : { "value": "2022-09-27T00:00:00Z" }, "rangeBefore": { "value": "2024-11-28T23:59:59Z" }, "deletes" : { "items" : [ { "tableName": "ORDER_RELEASE" } ] } }
Tagged:
0