curl --location 'https://api.cobra.de/v1/crm/calendar/events?credentialId=undefined&from=undefined&to=undefined&includeCancelled=undefined&skip=undefined&take=undefined' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de'{
"data": {
"items": [
{
"id": "string",
"credentialId": "f568fec0-10b6-4b94-9daf-e62c50c9bf3e",
"outlookEventId": "string",
"subject": "string",
"location": "string",
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z",
"timeZone": "string",
"isOnlineMeeting": true,
"isCancelled": true,
"attendeeCount": 0,
"webLink": "string",
"lastSyncedAt": "2019-08-24T14:15:22.123Z",
"linkedPeopleIds": [
"string"
]
}
],
"totalCount": 0,
"skip": 0,
"take": 0
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}