We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee279 commit bfd32dcCopy full SHA for bfd32dc
doc/sphinx-guides/source/api/dataaccess.rst
@@ -419,7 +419,7 @@ If requesting a page before page 1 or requesting the number of items to be 0 or
419
420
A curl example using an ``id``::
421
422
- curl -H "X-Dataverse-key:$API_TOKEN" -X GET http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=0&per_page=20
+ curl -H "X-Dataverse-key:$API_TOKEN" -X GET http://$SERVER/api/access/datafile/{id}/listRequests?includeHistory=true&start=1&per_page=20
423
424
User Has Requested Access to a File:
425
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments