Comments
- Last UpdatedSep 11, 2023
- 1 minute read
|
Description |
|
|
URL |
/Comments |
|
Method |
GET |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Sample Query |
This example retrieves comments for a specific time range for a tag: https://online.wonderware.[DOMAINSUFFIX]/apis/Historian/v2/Comments?$filter= Type eq ‘ProcessValue’ |
|
Sample Output |
{ "@odata.context": "https://online.wonderware.[DOMAINSUFFIX]/Historian/v2/$metadata#Annotations", "value": [ { "Id": "8a5a98a9-77a5-469d-b223-2a7838c37bb5", "CreatedUserName": "Arun", "SharedMode": "Team", "SharedTime": "2017-07-17T02:40:19.4058692Z", "Location": "\Lake Forest", "DateCreated": "2017-07-17T02:40:19.4058692Z", "Text": "SampleAnnotation 1", "DateModified": "2017-07-17T02:40:19.4058692Z", "Type": "ProcessValue", "FQN": "aaaa", "DateTime": "2017-07-16T19:40:19.403869-07:00" }, { "Id": "aa09e2cc-be07-4180-9591-009987efc53f", "CreatedUserName": "Arun", "SharedMode": "Team", "SharedTime": "2017-07-17T03:40:19.4068693Z", "Location": "\", "DateCreated": "2017-07-17T03:40:19.4068693Z", "Text": "SampleAnnotation 2", "DateModified": "2017-07-17T03:40:19.4068693Z", "Type": "ProcessValue", "FQN": "aaaa", "ProcessDateTime": "2017-07-16T19:40:19.403869-07:00" } ] } |