-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Search POST
Eliza Margaretha edited this page Oct 1, 2021
·
6 revisions
Returns query result for the given JSON query.
Available in: lite and full version
Method: POST
Service URL: root/search
Header Parameter (Optional)
see Search GET header parameter
Request body
KoralQuery (see documentation and Query Serialization example)
Request example with cURL
curl -d '{"query":{"wrap":{"@type":"koral:term","layer":"orth", "match":"match:eq","key":"Wasser"},"@type":"koral:token"}}' http://localhost:8089/api/search
Request example using an external file
curl -d @koralQueryFile 'http://localhost:8089/api/search'
Output example
- Importing Kustvakt to Eclipse
- Installing Lombok
- Setting annotation processors
- Setting test environment
- HTTP Basic Authentication
- OAuth2 authorization scopes
- OAuth2 authorization request
- OAuth2 token request
- OAuth2 token revocation
- OAuth2 client registration
- OAuth2 client info
- OAuth2 client deregistration
- OAuth2 client secret reset
- Plugin registration
- Plugin list (marketplace)
- Plugin installation
- Plugin uninstallation
- Installed plugin list
- VC creation and update
- VC deletion
- VC list
- VC info
- VC KoralQuery
- VC statistics
- VC statistics with KoralQuery