Get DeltasAsk AIget https://enterprise-li-api.labelinsight.com/api/v2/delta/{configurationKey}?to={to}&from={from}&size={size}&content={content}&page={page}Path ParamsconfigurationKeystringrequiredThe unique identifier of the configuration that is being requested.Query ParamstodaterequiredDefaults to 0Returns delta events ending at this date. Format yyyy-mm-dd. This field is required.fromdaterequiredReturns delta events starting from this date. Format yyyy-mm-dd. This field is required.sizeint32Defaults to 20The number of delta events to return.pageint32Defaults to 0The page number of the request. Default is 0.contentstringThe type of Delta content you are requesting. Valid options are: PATCH, PRODUCT. Both delta types are returned by default. PRODUCT: provides a copy of the product as it existed at the specific time the delta event occurred PATCH: (DEPRECATED) provides a JSON patch (https://tools.ietf.org/html/rfc6902) of the exact deltaHeadersx-api-keystringrequiredAPI Key provided by Label InsightResponses 200200 400400Updated 10 months ago