Skip to content

Commit 23fca78

Browse files
committed
add docs
1 parent 9d5f642 commit 23fca78

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## API Enhancement
2+
API call to `/api/guestbooks/{dataverseAlias}/list` will now include `"usageCount":#` and `"responseCount":#` in the response.
3+
By adding the query param "ignoreStats=true" these values can be excluded for faster response.

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,8 @@ The fully expanded example above (without environment variables) looks like this
12181218
12191219
curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" "https://demo.dataverse.org/api/guestbooks/root/list"
12201220
1221+
.. note:: By adding the query param "ignoreStats=true" `usageCount` and `responseCount` values can be excluded for faster response.
1222+
12211223
Get a Guestbook for a Dataverse Collection
12221224
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12231225

0 commit comments

Comments
 (0)