Returns the specified list.
http://api.shopstylecollective.com/api/v2/lists/42597151?pid=YOUR_API_KEY
QUERY PARAMETERS
| includeProducts | Number of products to return with the list. Optional; defaults to 0, max value is 10. Products are ordered by how recently they were added to the list (most recent first) |
SAMPLE RESPONSE
{
"id": 42597151,
"owner": {...},
"title": "Things I like",
"favoriteCount": 3,
"created": {
"date": "2014-04-16",
"timestamp": 1397682367,
"friendly": "Apr 16, 2014"
},
"changed": {
"date": "2015-04-21",
"timestamp": 1429643588,
"friendly": "Tue, Apr 21"
},
"favorites": [
{
"objectType": "Product",
"id": "5536a1440956f44f05eab45d",
"productId": 475538725,
"imageId": "991b4e200160e3d6f1c949249dd822cc",
"product": {...},
"date": {
date: "2015-04-21",
timestamp: 1429643588,
friendly: "Tue, Apr 21"
},
objectId: "475538725"
},
...
],
default: true
}