Get the iCal event by ID
GET /api/2.0/calendar/events/{eventId}/historybyid
Request
Returns the iCal event by its ID from the history.
Authorization
An API key is a token that you provide when making API calls. Include the token in a header parameter called Authorization
.
Example: Authorization: 864FE52C-1C1C-469F-9308-51DAFEFE7436
.
Headers
- Accept
enum of string
Can be one of:
application/json
.
Path
- eventId
integer
int32 Event ID
Examples
GET /api/2.0/calendar/events/%7BeventId%7D/historybyid HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/calendar/events/%7BeventId%7D/historybyid \
--header 'Accept: application/json'
Responses
200
Event history
- CalendarId
integer
int32 - EventUid
string
- EventId
integer
int32 - MergedIcs
string
- CanEdit
boolean
- CanNotify
boolean
- Ics
string
- TimeZoneInfo
object
- Name
string
- Id
string
- Offset
integer
int32
- CalendarName
string
401
Unauthorized