Tool to retrieve objects in a workspace via a typeahead search algorithm. Use when you need to quickly find objects like tasks, projects, users, etc., based on a search string. This is useful for implementing auto-completion features.
countintegerThe number of results to return. The default is 20 if this parameter is omitted, with a minimum of 1 and a maximum of 100.
querystringThe string that will be used to search for relevant objects. If an empty string is passed in, the API will return results.
opt_fieldsarrayThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
opt_prettybooleanProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
resource_typestringThe type of values the typeahead should return.
workspace_gidRequiredstringGlobally unique identifier for the workspace or organization.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.