Master-Data-Management-and-Curation / mdmcmeta

2 stars 40 forks source link

[CLIENT]: CLI GET #5

Open jacopo-exact opened 1 month ago

jacopo-exact commented 1 month ago
GET /api/metadata/   # get all metadata from the server
GET /api/metadata/<id>  # get metadata of <id> record
GET /api/metadata/?user=<user> # return only metadata belonging to <user>
GET /api/metadata/?max_width=<W>  # return only metadata where width <= W