I've seen code that describes how to edit pre-existing annotations but nothing about adding new ones. Does anyone have some guidance here?
The structure of the annotations seems simple enough, just a string detailing various properties with enclosures.
Code: Select all
[
{
"caption":"",
"creator":"somebody",
"id":"GsYaDSlFvG",
"properties":{"commentLocation":"Dim1Ele1,Dim2Ele1,Dim3Ele1,Dim4Ele1",
"commentType":"ANNOTATION",
"commentValue":"Meow meow\nhello world",
"objectName":"CubeNameGoesHere"},
"timeCreated":"20201106174817"
}
]
I don't know where else that ID might be stored, not sure if screwing around with that will break something.