This file contains URLs and commands from the demos in Cloud Academy's Building a Recommendation Engine on Azure course.
Product Recommendations Solution
User transactions for personalized recommendations:
[{"itemId": "DAF-00448",
"eventType": "Purchase",
"timestamp": "2018-08-15T09:05:00"},
{"itemId": "DHF-01333",
"eventType": "Purchase",
"timestamp": "2018-08-14T23:01:00"}]
curl -i -X GET --header 'x-api-key: <Primary Key>' '<Website URL>/api/models/<Model ID>/recommend?itemId=DQF-00248'