You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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/search/index/search/select?q=*:*


^ 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/search/index/search/select


^ Back to top


  • No labels