Skip to content

Commit 842a79f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 079ddb4 + 09537aa commit 842a79f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

REST_API_InternalDoc.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,23 @@ recent error logs in JSON to the client event `logUpdate` with data in the follo
139139
### parameters
140140
the timestamp on the most recent log entry in format `%Y-%m-%d %H:%M:%S,%f`
141141

142+
## events
143+
### description
144+
event used to retrieve last 5 events<br />
145+
Event: `events` <br />
146+
Subscription: `eventsUpdate`
147+
148+
149+
### returns
150+
```json
151+
{
152+
"events": ["server event 1", "server event 2", "server event 3", "server event 4", "server event 5"]
153+
}
154+
```
155+
156+
### parameters
157+
None
158+
142159
## serviceInfo
143160
### description
144161
event used to retrieve information about all services including
@@ -482,6 +499,8 @@ Endpoint used to access data regarding ExCheck items such as checklists and temp
482499
### POST
483500
creates a template on the server from a supplied xml file accepting the following URL encoded values:
484501
* clientUid: the uid of the client to be recognized as the creator of the template
502+
503+
body of the message should be the xml of the template
485504

486505
### DELETE
487506
accepts the following data

0 commit comments

Comments
 (0)