You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bitstreams.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,62 @@ Exposed links:
38
38
Bitstream metadata can be modified as described in [Modifying metadata via Patch](metadata-patch.md).
39
39
40
40
## Linked entities
41
+
42
+
### Access Status
43
+
**GET /api/core/bitstreams/<:uuid>/accessStatus**
44
+
45
+
This endpoint expose the mechanism for retrieving and calculating the access status of a DSpace bitstream based on the anonymous group or the current user, depending on the system configuration. See access.status.for-user.bitstream property in the dspace.cfg file. The result includes the embargo date in a YYYY-MM-DD format only if the status is embargo. It can be checked by calling this endpoint with the corresponding bitstream UUID.
Copy file name to clipboardExpand all lines: items.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,8 +282,7 @@ the discoverable operation will result in:
282
282
283
283
**GET /api/core/items/<:uuid>/accessStatus**
284
284
285
-
This endpoint expose the mechanism for retrieving and calculating the access status of a DSpace item.
286
-
It can be checked by calling this endpoint with the the corresponding item UUID.
285
+
This endpoint expose the mechanism for retrieving and calculating the access status (including the embargo date) of a DSpace item based on the anonymous group or the current user, depending on the system configuration. See access.status.for-user.item property in the dspace.cfg file. The result includes the embargo date in a YYYY-MM-DD format only if the status is embargo. It can be checked by calling this endpoint with the corresponding item UUID.
0 commit comments