Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.06 KB

File metadata and controls

15 lines (12 loc) · 6.06 KB

AutocompleteRequest

Fields

Field Type Required Description Example
trackingToken Optional<String> N/A
sessionInfo Optional<SessionInfo> N/A
query Optional<String> Partially typed query. San Fra
datasourcesFilter List<String> Filter results to only those relevant to one or more datasources (e.g. jira, gdrive). Results are unfiltered if missing.
datasource Optional<String> Filter to only return results relevant to the given datasource.
resultTypes List<AutocompleteRequestResultType> Filter to only return results of the given type(s). All types may be returned if omitted.
resultSize Optional<Long> Maximum number of results to be returned. If no value is provided, the backend will cap at 200.
10
authTokens List<AuthToken> Auth tokens which may be used for federated results.