GetServerTime
Retrieve the time of the FactoryTalk Historian server (Data Archive).
Input Parameter
Item | Description |
|---|---|
Request | GET |
URL Parameter | ServerName : String (required). The FactoryTalk Historian server (Data Archive) name. |
Request Header | Authentication : String (required). Bearer Token string returned from the Login action. |
Request Body | None |
Status Code |
|
Sample
Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
ServerName=HisSrvName
Response Body
{ "Result": "1719218255.3014677", "Success": true, "ErrorMessage": "" }
Provide Feedback