Skip to content

Instantly share code, notes, and snippets.

@shaisachs
Created September 15, 2017 19:12
Show Gist options
  • Save shaisachs/3d3626420b19fa19bdb99e26ae64301f to your computer and use it in GitHub Desktop.
Save shaisachs/3d3626420b19fa19bdb99e26ae64301f to your computer and use it in GitHub Desktop.
Sample response from GET /savedLists
{
"items": [
{
"savedListId": 12345,
"name": "Sample saved list",
"description": "",
"listCount": 25,
"doorCount": 13
}
],
"nextPageLink": null,
"count": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment