...
- This endpoint needs no authentificated user.
- The endpoint works in two modes:
- Mode 1: You set query an institution and it searches for itresults if the institution.
- Mode 2: You set no institution and it searches only for published folders (for the given portal).
...
FA17 | Retrieve public folder
GET | /favourites/folders/public/{id} |
---|
Remarks
- This endpoint needs no authentificated user.
- Only published folders could be returned. If folder is private (not published) a 401 status is returned.
...
FA18 | Retrieve bookmarks of a public folder
GET | /favourites/folders/ |
---|
public/{id}/bookmarks |
---|
Remarks
- This endpoint needs no authentificated user.
- Only published folders could be returned. If folder is private (not published) a 401 status is returned.
...