getShortStatus

<< Click to Display Table of Contents >>

Navigation:  Delta Web Service > Core Modules > Delta Web Service API > DWS API Operations >

getShortStatus

Route

/delta/rpc/getShortStatus

Summary

Returns short status information

Sample URL

http://192.168.0.1/api/delta/rpc/getShortStatus?tl=[integer]&smpte=[boolean]

Parameters

Name

Description

Required

Data Type

Tl

Timeline ID

 

integer

SMPTE

True: Return time as SMPTE, False: Return time in frames

 

boolean

Sample response

{

   "status": 0,

   "msg": "Function: getShortStatus called OK",

   "data": {

       "time": "273",

       "mode": "Stopped"

   }

}

Page edited [d/m/y]: 15/12/2020