...
- Endpoint could be used in 3 usage modes.
Usage modes
Mode | Description | Usage | Login required |
---|---|---|---|
Institution | Search for folders of an institution in DDB (without login) | Only use institution param (portal
fixed ) | No |
Public | Search for public DDB folders (without login) | Use no param (portal Portal is not used) | No |
User | Search user folders (with login) | Use params userId/portal/title alone or in combination | Yes |
Query parameters
Name | Value | Occurence | Default | Required |
---|---|---|---|---|
userId | ID of user | Once | - | At least userId or title required |
portal | Name of used portal | Once | DDB | Optional for DDB, for other portals required |
title | Title of folder | Once | - | At least userId or title required |
institution | ID of institution | Once | - | Only ID of institution |
offset | Beginn offset of results | Once | 0 (Solr default is used) | Optional |
size | Size data of results | Once | 10 (Solr default is used) | Optional |
...