Create content with minimum required properties
- Last UpdatedApr 22, 2022
- 1 minute read
This example shows the minimum required properties for postData. It creates the default status board chart using the "All Tags" group and the specified tags.
{
"upsert": {
"Name": "ContentWithScript",
"UserID": "wally.wonderware@gmail.com",
"CreatedUserFirstName":"Miguel",
"CreatedUserLastName":"tn2",
"ChartType": "Status Board",
"LayoutInfo": {
"TagDetails": [
{
"TagName": "Weatherapp.Richmond.Wind Speed"
}
]
}
}