Events API Resource

WS for toolsets

GET /events/json

Get list of events.

Response Body
media type data type description
application/json object JSON Response with list of events

Example of response:

{"list":["DraftShared","DraftUnshared","SystemInfo"]}

GET /events/log/json

Request Parameters
name type description default constraints
filter query    
limit query 25 long
offset query 0 long
Response Body
media type data type description
application/json object

DELETE /events/log/clear/byRange

Request Body
media type data type description
application/json object format "{"range": 259200000}"
Response Body
media type data type description
application/json object

DELETE /events/log/clear/list

Request Body
media type data type description
application/json object format "{"list":[{"id":27589},{"id":27587}]}"
Response Body
media type data type description
application/json object

DELETE /events/log/clear/olderThan

Request Body
media type data type description
application/json object format "{"olderThan":"2021-02-15"}"
Response Body
media type data type description
application/json object