Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
POST
Create
POST
Delete
GET
Get
POST
Get Post
GET
List
POST
List Post
POST
Update
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
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
code-changes
List
GET
https://
api.devrev.ai
/
code-changes.list
Lists code change objects.
Query parameters
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 code change objects to return. 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
Response
This endpoint returns an object.
code_changes
list of objects
The list of requested code change objects.
Show 17 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