/
RE
reveldigital
/
Revel Digital REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 9h ago · Updated 2d ago
View markdown
reveldigital
Revel Digital REST API
post
Creates a new data table.
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
Creates a new data table.
post
/datatables
Request body
CreateDataTableRequest
required
name
string
required
description
string
nullable
groupId
string
nullable
columns
DataTableColumnModel[]
required
cacheTtlSeconds
integer
nullable
Response
Created
DataTableDetail
required
id
string
nullable
name
string
nullable
description
string
nullable
columns
DataTableColumnModel[]
nullable
groupId
string
nullable
rowCount
integer
cacheTtlSeconds
integer
nullable
createdAt
string
date-time
updatedAt
string
date-time