Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax:

  1. Method: GET
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/GetVersion
  3. Response Example:
Code Block
{"GetVersionResult":2}

...

  • handle: Connection. This value was returned by Login method.

Syntax:

  1. Method: GET
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/Logout?handle=1.
  3. Response Example:

...

  • handle: Connection. This value was returned by Login method.
  • objectName: Object (Tag) Name.

Syntax:

  1. Method: GET
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/ReadObject?handle=1objectName=tagExample.
  3. Response Example:

...

  • handle: Connection. This value was returned by Login method.
  • objectNames: Objects (Tags) Name.

Syntax:

  1. Method: POST
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/ReadObjects .
  3. Body Example:

...

  • handle: Connection. This value was returned by Login method.
  • item: Object (Tag) Name.
  • force: Flag to force value.

Syntax:

  1. Method: POST
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/WriteObject.
  3. Body Example:

...

  • handle: Connection. This value was returned by Login method.
  • items: Object (Tag) Names.
  • force: Flag to force value.

Syntax:

  1. Method: POST
  2. URL Example: http://localhost/fs-8.1/WebAccessService.svc/WriteObjects.

...