Skip to content

Catalog api

felix edited this page Mar 15, 2017 · 3 revisions

Colleciton queries

get: search/{collection name}? Matches on collectionname* returns all matching products from all matching collections

eg: http://search/x/y returns: x/y x/y/z

Product properties are expressed as query string values

Ie: For a collection x/y/z containing a product:

  • properties { a : xy b : abc c : der }

The following query would return that product in it's results

get : search/x/y/z?a=xy,c=der

Product queries

get : product/{collection name}/{product name}

Ie: For a colleciton sentinel/1/raw that contains a product named S1A_IW_RAW__0SDV_20160327T062227_20160327T062300_010551_00FAED_2B40

get : product/sentinel/1/raw/S1A_IW_RAW__0SDV_20160327T062227_20160327T062300_010551_00FAED_2B40

End point for all data for a product.

Example of json record: Json format

Clone this wiki locally