Data Transfer
Get Delta Ids
Returns a list of delta IDs (Producer UIDs) for the specified product, considering both data updates and newly granted consents since the given timestamp. This enables consumers to identify only those IDs for which a detail query is relevant
get/api/data-transfer/v1/product/{productId}/delta
Path parameters
productIdstring uuid required
productId for which the delta ids are requested
Query parameters
sincestring date-time required
Example:2022-03-10T12:15:50
Only delta IDs with changes or newly granted consents after this timestamp are returned.
Response
OK
string[] required