Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Jan 8, 2021
2 parents 079ddb4 + 09537aa commit 842a79f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions REST_API_InternalDoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,23 @@ recent error logs in JSON to the client event `logUpdate` with data in the follo
### parameters
the timestamp on the most recent log entry in format `%Y-%m-%d %H:%M:%S,%f`

## events
### description
event used to retrieve last 5 events<br />
Event: `events` <br />
Subscription: `eventsUpdate`


### returns
```json
{
"events": ["server event 1", "server event 2", "server event 3", "server event 4", "server event 5"]
}
```

### parameters
None

## serviceInfo
### description
event used to retrieve information about all services including
Expand Down Expand Up @@ -482,6 +499,8 @@ Endpoint used to access data regarding ExCheck items such as checklists and temp
### POST
creates a template on the server from a supplied xml file accepting the following URL encoded values:
* clientUid: the uid of the client to be recognized as the creator of the template

body of the message should be the xml of the template

### DELETE
accepts the following data
Expand Down

0 comments on commit 842a79f

Please sign in to comment.