Simple Search
Request
_ _
GET or POST /{api_name}
Parameters:
limit
;minExtraKeys
;positionType
;maxTimestamp
;minTimestamp
;fullSchema
, set to1
to make the response return a full schema for each recordq
:string
, search request, should only be set as aGET
parameter.
Response
_ _
Search Response with only those records, which have at least one field searchable by *=*
operator with value matching SQL expression %{search_request}%
. Here {search_request}
is astring
passed in q
GET
parameter.
Was this page helpful?