Search resource models

Searches resource models.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

skipstringOptional
This parameter specifies where to start the returned page of search results.
limitstringOptional
This parameter specifies how many items to return in the search results.
sortstringOptional
This parameter specifies the field to sort the search results over.
orderenumOptional
This parameter specifies the direction to sort the search results over.
Allowed values:
equalsobjectOptional
equals
starts-withobjectOptional

starts-with

containsobjectOptional
contains
ltobjectOptional
lt
lteobjectOptional
lte
gtobjectOptional
gt
gteobjectOptional
gte
dereferencestringOptional

Comma-separated list of field types to dereference

Response

response
datalist of objects
metadataobject
Properties describing search result pagination

Errors

500
Internal Server Error