Data
Fetch all collection assets for a collection
Fetch collection assets of the collection with id collectionId. These assets do not belong to any item.
get/collections/{collectionId}/assets
Path parameters
collectionIdstring required
Local identifier of a collection
Response
The response is a document consisting of all assets of the collection.
Example response
{
"assets": [
{
"id": "smr50-263-2016-2056-kgrs-2.5.tiff",
"type": "image/tiff; application=geotiff",
"title": "Thumbnail",
"href": "http://data.geo.admin.ch/ch.swisstopo.swissimage/collections/cs/items/CS3-20160503_132130_04/thumb.png\n",
"file:checksum": "90e402107a7f2588a85362b9beea2a12d4514d45",
"roles": [
"thumbnail"
],
"geoadmin:variant": "komb",
"proj:epsg": 2056,
"gsd": 2.5,
"created": "2018-02-12T23:20:50Z",
"updated": "2018-02-12T23:20:50Z"
}
],
"links": [
{
"href": "https://data.geo.admin.ch/api/stac/v1/collections/ch.swisstopo.pixelkarte-farbe-pk50.noscale/assets",
"rel": "self"
},
{
"href": "https://data.geo.admin.ch/api/stac/v1/",
"rel": "root"
},
{
"href": "https://data.geo.admin.ch/api/stac/v1/collections/ch.swisstopo.pixelkarte-farbe-pk50.noscale",
"rel": "parent"
},
{
"href": "https://data.geo.admin.ch/api/stac/v1/collections/ch.swisstopo.pixelkarte-farbe-pk50.noscale",
"rel": "collection"
}
]
}