Anchor top top Table of Contents maxLevel 2
API endpoints
US0X | X
...
GET
...
/user/login
Basic Authentification required
Remarks
- x
Status codes
IN01 | Get institutions
GET | /institutions |
---|
Supported Content Type(s)
- application/json
Query parameters
Name | Description | Occurence | Default |
---|---|---|---|
hasItems | Should data have items | Once | - |
sector | Filter for sectors | Once | - |
Response payload
- Response too long, use example calls
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
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions?hasItems=true
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions?hasItems=true§or=sec_02
...
IN02 | Get institutions cluster (Deprecated)
GET | /institutions/map |
---|
Supported Content Type(s)
- application/json
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 |
Response payload
- Response too long, use example calls
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