Get a List of Assets in a Feed
Get list of assets that are in a feed.
Note
Feed must be shared with the current user.
Authorizations: Feeds - VIEW
Requests
GET /apis/sections/:sectionId/assets
Tip
You can use an optional parameter to return the suggested or the featured assets by adding the “level” query parameter to the collection URL. For example, GET /sections/:sectionId/assets?level=suggested
Response
Success
{
"data": [
{
<<Asset Model>>
"itemType": "asset",
"sections": [
{
"id": "c9037b15-93e0-4a5e-b9e8-96e513b2d211",
"level": "featured",
"promotedTime": 1441291483,
"publishedTime": 1441291469
}]
}],
"paging": {
"results": 1,
"pageSize": 15
}
}
Error
Code | Payload | Description |
---|---|---|
|
| No results found. |
|
| Feed with the specified ID not found. |