doaction.show
Syntax
{"jsonrpc":"2.0","method":"doaction.show", "params":{"action":"save"}, "id": 1}
Indented display
{
"jsonrpc": "2.0",
"method": "doaction.show",
"params": {
"action": "save"
},
"id": 1
}
Parameters
Parameter | Description |
---|---|
save | Saves the show |
backup | Backup the show |
rescanmedia | Rescan the project folder for new media (does not refresh in connected remotes) |
removemissingmedia | Remove missing media from the interface |
rescanmediaforce | Rescan the project folder entirely. Forces a rescan even for existing media |
ping | Pings the server application to check if it is still responding. |
sendshowtoremote | Forces a refresh of all conected remotes, displaying latest modifications. |
Returns
The "result"
property in the JSON response will contain true
if the instruction was executed correctly.
If the payload is not properly formatted, the server will respond by sending back the payload.
Need more help with this?
Don’t hesitate to contact us here.