Content Scripting REST API
- Last UpdatedMay 30, 2022
- 1 minute read
IMPORTANT: The Content Scripting REST API is in preview and is subject to change with each release.
The Content Scripting REST API allows you to programmatically define layout and data details to create Historian Client Web content.
For examples of code to create different types of charts, see the Examples section.
Endpoint URL
Content Scripting REST API uses this endpoint URL:
http://localhost:32569/Historian/v2/Contents?overwrite=true
The query parameter "overwrite" is used to overwrite existing content with the same name. If this parameter is not provided and content with the same name exists, a duplicate content exists (409) error occurs.