Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Body
Query string to search for. An empty string returns a default set of results.
256
"alan mathis"
Specifies which objects to filter results by. At least one object must be specified. Accepts object slugs or IDs.
1
The object slug or UUID that you would like to filter by.
[
"people",
"deals",
"1b31b79a-ddf9-4d57-a320-884061b2bcff"
]
Specifies the context in which to perform the search. Use 'workspace' to return all search results or specify a workspace member to limit results to what one specific person in your workspace can see.
The maximum number of results to return. Defaults to 25.
1 <= x <= 25
25
Response
Success