Ticket #251 (reopened enhancement) — at Version 4
Present in the API a list of revision IDs, and present individual revisions when referenced by ID
Reported by: | johnbywater | Owned by: | johnbywater |
---|---|---|---|
Priority: | critical | Milestone: | v1.0 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by rgrp) (diff)
Want to have:
- /api/search/revision/
Support querying by "since time" and "since revision". Each individual revision should be available in the REST API (read-only):
- /api/rest/revision/{revision ID}
- should include revision attributes plus revision.packages e.g. like { "id": "...", ... "packages": [ list of revision names ] }
Change History
comment:2 Changed 4 years ago by johnbywater
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.