API endpoints
SE01 | Query SOLR with GET request
GET
/search/index/{collection}/{requestHandler}
Status codes
200 = Successful
500 = Internal server error
Example call(s)
GET https://dev-ddb.fiz-karlsruhe.de/api/2
/user/login
^ Back to top
SE02 | Query SOLR with POST request
POST
/search/index/{collection}/{requestHandler}
Status codes
200 = Successful
500 = Internal server error
Example call(s)
POST
https://dev-ddb.fiz-karlsruhe.de/api/2
/user/login
^ Back to top