Hi,
What is the correct input to create Spots via the API? I created one from the Spots page, and then with get_entry_list got a response like this for the configuration:
{
“derivedAttributes”:[],
“hiddenAttributes”:[],
“menuLimit”:200,
“cols”:[],
“rows”:[“Status”,“State”,“Account Name”],
“vals”:[“Account Name”],
“exclusions”:{},
“inclusions”:{},
“unusedAttrsVertical”:85,
“autoSortUnusedAttrs”:false,
“inclusionsInfo”:{},
“aggregatorName”:“Sum”,
“rendererName”:“Table”
}
But this input doesn’t seem to create a Spot with any configuration. I also included the type “getServiceSpotsData” with the request to target Services as the area of the analysis.
Any help would be greatly appreciated