GetServerDigitalSets

Retrieve the digital states in the specified FactoryTalk Historian server (Data Archive).

Input Parameter

Item
Description
Request
GET
URL Parameter
ServerName
: String (required). The FactoryTalk Historian server name.
Request Header
Authentication
: String (required). Bearer Token string returned from the Login action.
Request Body
None
Status Code
  • 200
    : The request succeeded.
  • 400
    : Bad request. For example, the URL parameter is not provided.
  • 401
    : Unauthorized.
  • 403
    : Forbidden.
  • 404
    : Resource not found.
  • 500
    : Internal server error.

Sample

Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
ServerName=HisSrvName
Response Body
{ "Result": ["SYSTEM", "BatchAct"], "Success": true, "ErrorMessage": "" }
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal