Collection Management
Get a Collection
Retrieve a specific Collection by id
get/collections/{id}
Path parameters
idstring required
The uberall unique id of the Collection to retrieve
Response
Collection found
Example response
{
"response": {
"collection": {
"contentLists": [
{
"title": "Lunch Menu",
"items": [
{
"category": "Starters, Drinks, Desert, etc."
}
]
}
]
}
}
}