Anchor top top Table of Contents maxLevel 2
API endpoints
SE01 | Query SOLR
...
with GET
...
request
GET | /search/index/{collection}/{requestHandler} |
---|
...
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/login
...
SE02 | Query SOLR
...
with POST
...
request
POST | /search/index/{collection}/{requestHandler} |
---|
Status codes
- 200 = Successful
- 500 = Internal server error
...