POST dms.request.search (Webhook)
As of Version | 2019 Winter |
---|---|
HTTP Method | POST |
Response Format | JSON |
Description | The search endpoint and any endpoint containing a search request can trigger this webhook. Check the value of the incoming search query parameter. The webhook accepts a body containing an object that is modified (if necessary) and returned. The |
Requirements for External Endpoint | The target URL must be a POST endpoint accepting and returning a list of objects. |
Affected API Requests | |
Called by Service | API-gateway service |
Header | Authorization-Header |
Example Request Body | { "query": { "statement": "select * from appEmail:email where appEmail:bcc is not null", "skipCount": 0, "maxItems": 10 }, "options": { "tenant": "default" } } |
Example Predicate | Check whether the query statement contains the string 'bcc' :
|