EPD-023 User Manual
78
–
name (group name): string
–
content: JSON string
body(example)
{ "items": [ { "code": "X001", "name": "John", "content: "{"name": "John","age":
"18"}" } ] }
response(example)
{ "result": true }
3. Update EPD Data
path: /esl/v1/items
method: PUT
header: Basic Authorization
body parameters:
–
code: string
–
name (group name): string
–
content: JSON string
body(example) (Notes: you have to give all content in body even if you only
need to edit partial content)
{ "items": [ { "code": "X001", "name": "John", "content": "{"name": "John","age":
"20"}" } ] }
response(example)
{ "result": true }
4. Delete EPD Data
path: /esl/v1/items
method: DELETE
header: Basic Authorization
body parameters:
–
code: string
body(example)
{ "items": [ { "code": "X001" } ] }
response(example)
{ "result": true }
5. Get EPD Tag AgentID
path: /esl/v1/tags/agentid
method: GET
header: Basic Authorization
url parameter: ?itemcode=[ITEM CODE]
response(example)
{ "agentid": "00000001-0000-0000-0012-4b001557aa72" }
6. Get EPD Tag Status
path: /esl/v1/tags/status
method: GET
header: Basic Authorization
url parameter: ?agentid=[DEVICE AGENT ID]
response(example) (Notes: all possible status are "sending command", "com-
mand timeout", "setting image", "set image okay", "set image error", "refreshing
image", "refresh image okay", "refresh image error")
{ "status": "set image okey" }
7. Set EPD Tag Binding
path: /esl/v1/tags/setBinding
method: POST
Summary of Contents for EPD Series
Page 1: ...User Manual EPD Device EPD 023 System Solution Wireless ePaper Display Solution ...
Page 11: ...Chapter 1 1 Product Overview ...
Page 14: ...EPD 023 User Manual 4 ...
Page 15: ...Chapter 2 2 EPD 023 Network Specification ...
Page 21: ...Chapter 3 3 Hardware Specification ...
Page 25: ...Chapter 4 4 EPD 023 in ePaper Manager ...
Page 28: ...EPD 023 User Manual 18 ...
Page 35: ...25 EPD 023 User Manual Chapter 4 EPD 023 in ePaper Manager ...
Page 37: ...27 EPD 023 User Manual Chapter 4 EPD 023 in ePaper Manager ...
Page 48: ...EPD 023 User Manual 38 3 Add Gateway Router to Group ...
Page 60: ...EPD 023 User Manual 50 ...
Page 74: ...EPD 023 User Manual 64 4 Binding template ...
Page 85: ...75 EPD 023 User Manual Chapter 4 EPD 023 in ePaper Manager ...
Page 94: ...EPD 023 User Manual 84 Action Bind Template User can manual binding TEMPLATE to EPD device ...
Page 106: ...EPD 023 User Manual 96 Document User manual Restful API Release Notes ...
Page 107: ...Chapter 5 5 WISE EC EPD Design in Service ...
Page 115: ...105 EPD 023 User Manual Chapter 5 WISE EC EPD Design in Service ...