GA
Search Entity
Search for an entity. Please note, searches are limited to a maximum of 10,000 results.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
limit
A limit on the number of objects to be returned with a range between 1 and 100. Defaults to 100.
offset
Number of results to skip before returning response. Defaults to 0.
Request
This endpoint expects an object.
q
Query term. The syntax for the query parameter follows elasticsearch simple query string syntax. The includes the ability to use search operators and to perform nested queries. Must be url encoded.
fields
Record or entity fields to search against.
filter
Filters to be applied to search query to limit the result-set.
facets
Whether or not to return search facets in results giving counts by field. Defaults to false.
geo_facets
Whether or not to return search geo bound facets in results giving counts by geo tile. Defaults to false.
advanced
Set to true to enable full elasticsearch query string syntax which allows for fielded search and more complex operators. Note that the syntax is more strict and can result in empty result-sets. Defaults to false.
Response
This endpoint returns an object.
data
limit
next
offset
size
Errors
400
Bad Request
401
Unauthorized
405
Method Not Allowed
406
Not Acceptable
429
Rate Limit Exceeded
500
Internal Server Error