User's guide

Reference guide

/1/search

{backendId}.spacedog.io/1/search

GET searches for data objects of all types.

POST returns data objects of all types found by the specified query. The body must contain an ElasticSearch JSON query compliant with this query DSL.

DELETE deletes data objects of all types found by the specified query. The body must contain an ElasticSearch JSON query compliant with this query DSL.

{backendId}.spacedog.io/1/search/{type}

The same but only for objects of the specified type.