Public
Search...
/
About
For Developers
Authentication
Pagination
Versioning
Rate Limits
Errors
API Reference
Getting started
artifacts
auth-connection
auth-tokens
dev-users
parts
rev-orgs
tags
timeline-entries
webhooks
works
accounts
Accounts
POST
Create
POST
Delete
GET
Export
POST
Export Post
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
slas
keyring
Guides
Getting started with webhooks
Restricted messages on a timeline
SDKs
PLuG SDK
Snap-in development
Concepts
Tutorials
ADaaS
References
Development best practices
Locally testing snap-ins
Handling errors and retrying
Debugging
Quotas and limits
Upgrade snap-ins
Code Samples
API Reference
accounts
Export
GET
https://
api.devrev.ai
/
accounts.export
Exports a collection of accounts.
Query parameters
created_by
string
Optional
Filters for accounts created by the specified user(s).
created_date.after
datetime
Optional
Filters for objects created after the provided timestamp (inclusive).
created_date.before
datetime
Optional
Filters for objects created before the provided timestamp (inclusive).
display_name
string
Optional
Array of display names of accounts to be filtered.
external_refs
string
Optional
Array of references of accounts to be filtered.
first
integer
Optional
The number of accounts to return. The default is '50'.
modified_date.after
datetime
Optional
Filters for objects created after the provided timestamp (inclusive).
modified_date.before
datetime
Optional
Filters for objects created before the provided timestamp (inclusive).
sort_by
string
Optional
Fields to sort the accounts by and the direction to sort them in.
stage
string
Optional
Filters for accounts on specified stages.
Response
This endpoint returns an object.
accounts
list of objects
The exported accounts.
Show 12 properties
Built with