/
RE
reveldigital
/
Revel Digital REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 14h ago · Updated 3d ago
View markdown
reveldigital
Revel Digital REST API
post
Rolls back a row to a specific version.
v1
latest
OpenAPI 3.0.4
2026-08-06
124
112
344.5 KB
Account
5
AdHawk
15
Alerts
9
DataTables
18
get
Lists data tables in the account.
post
Creates a new data table.
get
Gets a data table definition by ID.
put
Updates a data table definition.
delete
Deletes a data table and all its rows.
get
Lists rows in a data table with optional filtering, sorting, and pagination.
post
Creates a new row in a data table.
get
Gets a single row by ID.
put
Updates a row (partial update).
delete
Deletes a row.
post
Batch creates rows in a data table.
put
Reorders rows in a data table.
post
Imports rows from a CSV or Excel (.xlsx) file.
get
Exports rows as CSV.
post
Deletes multiple rows in a single request. Max 100 row IDs per call.
get
Lists version history for a row (newest first).
get
Gets a specific version snapshot of a row.
post
Rolls back a row to a specific version.
Devices
16
Media
16
Playlists
10
Report
2
Schedules
10
Templates
21
Users
2
DataTables
Rolls back a row to a specific version.
post
/datatables/{tableId}/rows/{rowId}/rollback
Path parameters
tableId
string
required
rowId
string
required
Request body
RollbackRequest
required
version
integer
required
Response
OK
RollbackResponse
required
success
boolean
newVersion
integer
restoredRow
DataTableRowModel
error
string
nullable