Is there an API that allows me to create

Is there an API that allows me to create a new blank liveboard?
4 Replies
shikharTS
shikharTS5mo ago
I don't think there is, but as a workaround, you can use the importTML api to acheive the same using TML {"liveboard": {"name": "xxx"}}
Brant
BrantOP5mo ago
So that I understand... import a liveboard without GUID will create a new Liveboard - correct?
shikharTS
shikharTS5mo ago
Yes, it will create a blank liveboard
Aditya
Aditya5mo ago
@Brant we have a function in SDK executeTML. You can use that as well.

Did you find this page helpful?