Asset list representation
This article describes the JSON representation of a list of assets in the FotoWeb RESTful API. Every collection has an asset list.
Usage
Representation of...
MIME type:
Accept: application/vnd.fotoware.assetlist+json
Resource(s): All kinds of collections, such as archives, albums and search results.
Part of ...
Example
{ data: [...], paging: {...} }
Attributes
Name |
Type |
Description |
---|---|---|
data |
array of objects |
List of assets in this part of the asset list. Each element is of the asset format. |
paging |
object |
Paging information, which is needed for accessing the remaining parts of the asset list. For more information, see Paging. |
Remarks
A request does not normally return the full asset list of a collection but only a reasonably-sized chunk (part) of it. Each part of an asset list contains a disjoint segment of the assets in the list and has a unique URL. For more information, see Paging.