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.
1The 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.
- Option 1
- Option 2
- Option 3
The maximum number of results to return. Defaults to 25.
1 <= x <= 2525
Response
Success
- Option 1
- Option 2
- Option 3