ES-DOC / esdoc-documentation-ws

Web service API in support of ES-DOC eco-system.
Other
0 stars 0 forks source link

Get list of documents changes since a certain date #10

Open asladeofgreen opened 8 years ago

asladeofgreen commented 8 years ago

From @momipsl on October 23, 2014 12:43

David Hassle wishes to track changes to CMIP5 documents since a certain date. The API could easily be extended to return a such a filtered list.

Given a URL: http://api.es-doc.org/search?project=cmip5&since=YYYY-MM-DD

The API response should be a list: [    {       documentUID: “XXXXX”,       documentVersion: “X”,       documentCreateDate: “XXXX-XX-XX”,       documentType: “    }    ... ]

Copied from original issue: ES-DOC/esdoc-docs#89