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
Workspaces
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
tags
timeline-entries
webhooks
works
accounts
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
rev-orgs
List
GET
https://
api.devrev.ai
/
rev-orgs.list
Gets the list of Rev organizations' information belonging to the authenticated user's Dev Organization which the user is also authorized to access.
Query parameters
created_by
string
Optional
Filters by creator.
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).
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
display_name
string
Optional
Array of display names of Rev orgs to be filtered.
external_ref
string
Optional
List of external refs to filter Rev organizations for.
limit
integer
Optional
The maximum number of Rev organizations to be retrieved per page.
mode
"after" or "before"
Optional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values:
after
before
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 Rev organizations by and the direction to sort them.
Response
This endpoint returns an object.
rev_orgs
list of objects
List with all of the Rev organizations' information.
Show 10 properties
next_cursor
string
Optional
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
prev_cursor
string
Optional
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.
Built with