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
service-accounts
snap-ins
snap-widgets
surveys
POST
Create
POST
Delete
GET
List
POST
List Post
GET
Responses List
POST
Responses List Post
POST
Send
POST
Submit
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
surveys
List
GET
https://
api.devrev.ai
/
surveys.list
List surveys requested by the user.
Query parameters
created_by
string
Optional
Filters for surveys created by any of these users.
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
limit
integer
Optional
The maximum number of surveys to return. If not set, then the default is '50'.
mode
"after" or "before"
Optional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values:
after
before
name
string
Optional
Filters for surveys by name(s).
sort_by
string
Optional
Fields to sort the surveys by and the direction to sort them.
Response
This endpoint returns an object.
surveys
list of objects
The list of the surveys.
Show 12 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