...
API endpoints
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
...
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
...