Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get list of documents changes since a certain date #10

Open
asladeofgreen opened this issue Sep 1, 2016 · 0 comments
Open

Get list of documents changes since a certain date #10

asladeofgreen opened this issue Sep 1, 2016 · 0 comments

Comments

@asladeofgreen
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant