Search
POST insightmaker/ds/search/datasets/<dataset>
Datasets can be a comma separate list of sources, or * for all
Body:
Search query in Elasticsearch Query DSL (matching the installed version of Elasticsearch)
Parameters:
Parameter
Value
Example
include
Comma separated list of field ids to include, or * for all.
name,data.myModel.myAttribute
size
Integer, the number of documents to return.
10
Response:
A list of documents matching the search query. By default, document id and source id are always returned, others must be specified with the include parameter.