Created
August 31, 2015 20:33
-
-
Save boomtrain-support/673e8d0004d3e6606017 to your computer and use it in GitHub Desktop.
GET /recommendations - Response details about Recommendations for a User.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| 0: { | |
| id: '{ID of the Recommendable Resource}', | |
| model: '{Model Type}', | |
| props: { | |
| author: '{Author Name}', | |
| body: '{Body of the Resource}', | |
| description: '{Description of the Resource}', | |
| pubDate: '{Date the Resource was Published}', | |
| thumbnail: '{URL to the Hosted Image}', | |
| title: '{Title of the Resource}', | |
| url: '{Canonical URL of the Resource}' | |
| }, | |
| recid: '{Boomtrain Internal ID for the Recommendation}', | |
| score: '{Boomtrain Score Used for Weighting Recommendability}' | |
| }, | |
| 1: { | |
| id: '{ID of the Recommendable Resource}', | |
| model: '{Model Type}', | |
| props: { | |
| author: '{Author Name}', | |
| body: '{Body of the Resource}', | |
| description: '{Description of the Resource}', | |
| pubDate: '{Date the Resource was Published}', | |
| thumbnail: '{URL to the Hosted Image}', | |
| title: '{Title of the Resource}', | |
| url: '{Canonical URL of the Resource}' | |
| }, | |
| recid: '{Boomtrain Internal ID for the Recommendation}', | |
| score: '{Boomtrain Score Used for Weighting Recommendability}' | |
| }, | |
| ... | |
| type: '{recommendations / popular}' | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment