Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
notifications
conversations
auth-connection
dev-users
engagements
event-source
groups
operate
keyring
links
slas
product-usage
schedules
parts
question-answers
rev-orgs
rev-users
customization
search
GET
Core
POST
Core Post
GET
Hybrid
POST
Hybrid Post
service-accounts
snap-ins
snap-widgets
surveys
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
search
Core Post
POST
https://
api.devrev.ai
/
search.core
Searches for records based on a given query.
Request
This endpoint expects an object.
query
string
Required
The query string. Search query language:
https://docs.devrev.ai/product/search#fields
cursor
string
Optional
The cursor from where to begin iteration. Start from beginning if not provided.
limit
integer
Optional
The maximum number of items to return in a page. The default is '10'.
namespaces
list of enums
Optional
The namespaces to search in.
Show 30 enum values
sort_by
enum
Optional
Allowed values:
created_date
modified_date
relevance
Search sort by parameters.
sort_order
"asc" or "desc"
Optional
Allowed values:
asc
desc
Search sort order parameters.
Response
This endpoint returns an object.
results
list of objects
The search results.
Show 16 variants
cursor
string
Optional
The cursor from where to begin iteration. Start from beginning if not provided.
Built with