Download OpenAPI specification:Download
Reads from the data pipeline and sends information, which enables customers to monitor the metadata for the latest Inserts.
Fetch data between given time frame.
| startDateStr required | string Example: Start date time to fetch Inserts metadata. |
| endDateStr required | string Example: End date time to fetch Inserts metadata. |
Inserts
Bad request
Server error
{- "success": true,
- "start_date": "2018-05-02T00:00:00.000Z",
- "end_date": "2018-06-01T00:00:00.000Z",
- "brochures": [
- {
- "campaign_id": 321,
- "country": "DE",
- "coupon_code": {
- "code": "SHOP20",
- "unit": "percent",
- "value": 19.99
}, - "customer_id": "f012d0f33d9bcae1a2034e4ccd9b7c16",
- "is_printed": true,
- "language": "de_DE",
- "order_id": 1000065491,
- "print_timestamp": "2020-05-01T08:32:53.375Z",
- "recommendations": [
- {
- "index": 0,
- "item_number": "123456789"
}
]
}
]
}Fetch Inserts for given time frame.
| startDateStr required | string Example: Start date time to fetch Inserts metadata. |
| endDateStr required | string Example: End date time to fetch Inserts metadata. |
Inserts
Bad request
Server error
{- "success": true,
- "start_date": "2018-05-02T00:00:00.000Z",
- "end_date": "2018-06-01T00:00:00.000Z",
- "brochures": [
- {
- "campaign_id": 321,
- "country": "DE",
- "coupon_code": {
- "code": "SHOP20",
- "unit": "percent",
- "value": 19.99
}, - "customer_id": "f012d0f33d9bcae1a2034e4ccd9b7c16",
- "is_printed": true,
- "language": "de_DE",
- "order_id": 1000065491,
- "print_timestamp": "2020-05-01T08:32:53.375Z",
- "recommendations": [
- {
- "index": 0,
- "item_number": "123456789"
}
]
}
]
}