Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Add revisions to system tables #105

Closed
rijkvanzanten opened this issue Apr 26, 2018 · 1 comment
Closed

Add revisions to system tables #105

rijkvanzanten opened this issue Apr 26, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@rijkvanzanten
Copy link
Member

Files / users need to be able to fetch the revisions just like regular items can.

@rijkvanzanten rijkvanzanten added the bug Something isn't working label Apr 26, 2018
@rijkvanzanten rijkvanzanten added this to To do in v2.0.0-alpha.2 via automation Apr 26, 2018
@rijkvanzanten
Copy link
Member Author

rijkvanzanten commented Apr 26, 2018

GET /items/<collection>/<id>/revisions - Fetch all revisions from an item
GET /items/<collection>/<id>/revisions/<offset> - Fetch the revision at

These two should also work as:

GET /users/<id>/revisions - Fetch all revisions from an item
GET /users/<id>/revisions/<offset> - Fetch the revision at <offset>

Preferably for all system tables

@wellingguzman wellingguzman moved this from To do to In progress in v2.0.0-alpha.2 Apr 27, 2018
@wellingguzman wellingguzman added enhancement New feature or request and removed bug Something isn't working labels Apr 27, 2018
v2.0.0-alpha.2 automation moved this from In progress to Done Apr 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants