...
IN01 | Get institutions
GET | /institutions |
---|
Query parameters
Name | Description | Occurence | Default |
---|---|---|---|
hasItems | Should data have items | Once | - |
sector | Filter for sectors | Once | - |
Status codes
- 200 = Data created400 = Item Id is missing (required)request successful
- 404 = Data Data not found
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/logininstitutions?hasItems=true§or=Archiv
...
IN02 | Get institutions cluster (Deprecated)
GET | /institutions/map |
---|
Query parameters
Name | Value | Occurence | Default |
---|---|---|---|
clusterId | ID of cluster | Once | -1 |
offset | Offset of result | Once | 0 |
length | Lenght of result | Once | -1 |
hasItems | Should data have items | Once | false |
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server errorx
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/logininstitutions/map?clusterid=&hasitems=true&offset=200&length=1400