Retrieves the list of events for the current user
GET https://api.angelcam.com/v1/events/
Parameter name | Value | Description | Additional |
---|---|---|---|
start | date-time | Example: |
|
end | date-time | Example: |
|
limit | integer | Limit result set. Example: |
|
offset | integer | Return results starting at |
This request requires the use of one of following authorisation methods:
OAuth2
.
For OAuth 2 authorisation, the following scopes are required:
Scope | Description |
---|---|
read | Grants read access |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Event list |
400 | Bad Request Query params are invalid. |
Error 400 Invalid Parameters |
401 | Unauthorized Missing or invalid authorization. |
Error 401 Unauthorized |