Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 706 Bytes

notifications.md

File metadata and controls

35 lines (26 loc) · 706 Bytes

notifications

Endpoint

Info Details
URL /notifications
Recordable False
Writable False
Parameters N/A

Detailed Content

Key Example Description
id /notifications Message ID (URL)
recordable 0 Recordable parameter (0=No)
type errorList Data type of value
values []
writeable 0 Writable parameter (0=No)

Example Message Content

{
    "id": "/notifications",
    "recordable": 0,
    "type": "errorList",
    "values": [],
    "writeable": 0
}