It would be helpful if Events had
-> "eventType"
as a quarry parameter
Example: "https://services.leadconnectorhq.com/calendars/events?userId={$userId}&locationId={$locationId}&startTime={$startTimestamp}&endTime={$endTimestamp}"; This API call does not return the appointment type along with its details. Responses: {
"events": [
{
"id": "string",
"title": "Appointment with GHL Dev team",
"calendarId": "BqTwX8QFwXzpegMve9EQ",
"locationId": "0007BWpSzSwfiuSl0tR2",
"contactId": "9NkT25Vor1v4aQatFsv2",
"groupId": "9NkT25Vor1v4aQatFsv2",
"appointmentStatus": "confirmed",
"assignedUserId": "YlWd2wuCAZQzh2cH1fVZ",
"users": [
"YlWd2wuCAZQzh2cH1fVZ",
"9NkT25Vor1v4aQatFsv2"
],
"notes": "Some dummy note",
"description": "Some dummy description",
"isRecurring": "true",
"rrule": "string",
"startTime": "2023-09-25T16:00:00+05:30",
"endTime": "2023-09-25T16:00:00+05:30",
"dateAdded": "2023-09-25T16:00:00+05:30",
"dateUpdated": "2023-09-25T16:00:00+05:30",
"assignedResources": [
"string"
],
"createdBy": {
"userId": "string",
"source": "string"
},
"masterEventId": "ocWd2wuBGAQzh2cH1fSZ"
}
]
}