ES-DOC/esdoc-documentation-ws

Get list of documents changes since a certain date

asladeofgreen opened this issue · 0 comments

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