Get Product Deltas Historical

Returns a list of products with data creation and update events

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

The product /deltas/history endpoint functions as a way to replay already consumed deltas. Data is in same format as /deltas endpoint. Will return any deltas that were delivered between the given 'fromDate' and 'toDate' (inclusive).

Delta Event Types

Event TypeDescription
ADDEDThe first record of this product in your dataset
MODIFIEDAn existing product has been updated
Path Params
string
required

Configuration ID provided by Label Insight

Query Params
int32
required
Defaults to 1

Page size must be between 1 and 250.

string

The nextCursor provided in the response from the previous request. The cursor is base64 encoded and points to the last record in the previous result set and is used to request the next page. If empty, will return the first page.

date
required

Date given for lower bound of historical search (inclusive)

date

Date given for upper bound of historical search (inclusive). If not given, current date of call is used.

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json