API endpoints

SE01 | Query SOLR with GET request

GET

/search/index/{collection}/{requestHandler}

Status codes

Example call(s)


^ Back to top


SE02 | Query SOLR with POST request

POST

/search/index/{collection}/{requestHandler}

Request payload

{
	"params": {
		"q": "*:*",
		"rows": 1
	}
}


Status codes

Example call(s)


^ Back to top