Query
The Querying feature allows you to query for specific entities using specific indexed metadata fields. This basic querying is contrasted against the more elaborate search functionality offered by the M.Content API.
The resource is available at the following URL:
RequestResponse
GET http://<HOSTNAME>/api/entities/query/
Note
This resource fully supports chunking, ranging and cultures. Only the GET
method is supported.
Warning
Due to deep paging considerations the querying endpoint is limited to retrieve up to 10,000 results.
Important
When search results are sorted on a property and there are multiple results that have the same value for that property, then those results are displayed in random order.
This section includes the following: