/
RE
reveldigital
/
Revel Digital REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 13h ago · Updated 2d ago
View markdown
reveldigital
Revel Digital REST API
delete
Delete a template.
v1
latest
OpenAPI 3.0.4
2026-08-06
124
112
344.5 KB
Account
5
AdHawk
15
Alerts
9
DataTables
18
Devices
16
Media
16
Playlists
10
Report
2
Schedules
10
Templates
21
get
Gets all templates in an account.
get
Gets a template by ID.
put
Update a template using PUT. Full resource update.
delete
Delete a template.
patch
Patch a template. Patch allows partial updates by targeting specific properties of the template. Uses the JSON Patch syntax (http://jsonpatch.com)
get
Gets template groups in the account.
post
Create a new template group.
put
Updates a template group.
delete
Delete a template group.
get
Gets a specific module/zone within a template. Modules (also called zones) define rectangular content areas on the screen.
put
Update a module/zone within a template using PUT. Full resource update. Modules/zones define rectangular content areas on the screen.
delete
Delete a module/zone from a template. Removes a content area from the template layout.
patch
Patch a module/zone within a template. Patch allows partial updates by targeting specific properties. Uses the JSON Patch syntax (http://jsonpatch.com). Modules/zones define content areas on screen.
post
Create a new module/zone within a template. Modules/zones define rectangular content areas where playlist content is displayed.
get
Gets all configuration options for a specific module/zone. Options store settings like timezone for Clock zones, location for Weather zones, etc.
put
Replace all configuration options for a module/zone (bulk set). This removes all existing options and creates new ones from the provided array. Useful for resetting module/zone configuration or applying presets.
post
Create a new configuration option for a module/zone. Options customize module/zone behavior (e.g., 'timezone', 'location', 'url').
get
Gets a specific configuration option from a module/zone.
put
Update a module/zone configuration option using PUT.
delete
Delete a module/zone configuration option.
patch
Patch a module/zone configuration option. Allows partial updates. Uses the JSON Patch syntax (http://jsonpatch.com)
Users
2
Templates
Delete a template.
delete
/templates/{id}
Path parameters
id
string
required
Template Id
Response
No Content