PostData Resource
- Last UpdatedApr 21, 2020
- 3 minute read
|
Description |
Describes the data and layout that make up a set of private or shared content. |
||||||
|
URL |
http://localhost:32569/Historian/v2/Contents?overwrite=true |
||||||
|
Method |
POST |
||||||
|
Required Parameters |
|
||||||
|
Optional Parameters |
|
||||||
|
Sample Query |
{ "upsert": { "Name": "Column chart ContentWithScript", "UserID": "wally.wonderware@gmail.com", "CreatedUserFirstName": "Wally", "CreatedUserLastName": "Wonderware", "ChartType": "Column Chart", "LayoutInfo": { "TagDetails": [ { "TagName": "Weather.Seattle.Cloudiness", "IsSelected": "true" }, { "TagName": "Weather.Seattle.Wind Direction", "IsSelected": "true" }, { "TagName": "Weather.Seattle.Wind Speed", "IsSelected": "true" } ], "TimePreset":"5", "TimeAggregate":"2" }, "Keywords":[] } } |
||||||
|
Notes |
|