...
Status codes
- 200 = Successful
- 401 = Collection or RequestHandler not found
- 500 = Internal server error
...
POST | /search/index/{collection}/{requestHandler} |
---|
Request payload
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
"params": {
"q": "*:*",
"rows": 1
}
} |
Status codes
- 200 = Successful
- 401 = Collection or RequestHandler not found
- 500 = Internal server error
...