Is there an API that allows me to create
Is there an API that allows me to create a new blank liveboard?
4 Replies
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"}}
So that I understand... import a liveboard without GUID will create a new Liveboard - correct?
Yes, it will create a blank liveboard
@Brant we have a function in SDK executeTML. You can use that as well.