You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
API endpoints
IN01 | Get institutions
Query parameters
Name | Description | Occurence | Default |
---|
hasItems | Should data have items | Once | - |
sector | Filter for sectors | Once | - |
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions?hasItems=true§or=Archiv
^ Back to top
IN02 | Get institutions cluster (Deprecated)
Query parameters
Name | Value | Occurence | Default |
---|
clusterId | ID of cluster | Once | -1 |
offset | Offset of result | Once | 0 |
length | Length of result | Once | -1 |
hasItems | Should data have items | Once | false |
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions/map?clusterid=&hasitems=true&offset=200&length=1400
^ Back to top