API Reference
Log In
API Reference
These docs are for v31. Click to read the latest docs for v33.

/trail-index/api/v1/index/search

Search for the content based on the search parameters defined

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 0

Offset from which to start fetching objects

integer
Defaults to 50

Maximum number of objects to return

string
enum
Defaults to ASC

Sort direction, asc or desc

Allowed:
Body Params

Search object for the search request. Attributes can be comma-separated strings (or in case of keyword, comma or space-separated). Individual attributes form a AND query and multiple values within an attribute form an OR query. E.g. search "dev 10.0" translates to WHERE (field1 like %dev% OR field2 like %dev%) AND (field1 like %10.0% OR field2 like %10.0%)

string

Comma or space-separated strings to search across all connection attributes. The leading and trailing wildcards for the keywords are implicit.

string
enum
Allowed:
string

defines the connection id to be searched for

string

defines the channel id to be searched for

date-time

defines the start time for search - abosulte timestamp in the connection

date-time

defines the end time for search - absolute timestamp in the connection

integer

specifies the start position to search for in milliseconds - relative to the start of connection

integer

specifies the end position to search for in milliseconds - relative to the start of connection

Headers
string
required
Defaults to Bearer a-proper-token-goes-here

OAuth2 token

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json