Event verify

verify event from id:

  • is id specified: verify only one event
  • is from specified: verify every event from the event specified to the last event registered
  • is to specified: verify every event from the beginning to the event specified
  • is from and to specified: verify every event between the events specified
Query parameters
id
string | null
from
string | null
to
string | null
Responses
  • 201 Specified Event(s) are valid
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 409 Invalid request. Possible error codes are: - '***EVT-004***' : Invalid Event
    error
    string required
    message
    string required
    detail
    string | null
  • 500 Internal Server error