-
Notifications
You must be signed in to change notification settings - Fork 0
Revisions
cnrdh edited this page Sep 24, 2012
·
1 revision
Use GET
parameter rev
or _rev
(without count prefix) to retrieve a specific document revison
curl -X GET http://localhost:9393/arctic/animal/polar-bear.json?rev=1-9c8fb39bfacc81cc5e39610f9cf81df2
curl -X GET http://localhost:9393/arctic/animal/polar-bear.json?_rev=deb14cd08cfbade0ec5b8f73f79b21fa
Use GET
parameter revs=true
to list available revisions
curl -X GET http://localhost:9393/arctic/animal/polar-bear.json?revs=true