Retrieve All Calendars
Testing
GET
/calendars
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/calendars?limit=50' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "66fbdb0a7d6711d562490558",
"owner": {
"id": "66fbdb047d6711d56249054f",
"type": "profile"
},
"entityId": null,
"entityType": null,
"name": "test1t",
"type": null,
"color": "#FFC300",
"eventDuration": null,
"schedule": null,
"createdAt": "Tue Oct 01 2024 14:20:42 GMT+0300 (East Africa Time)",
"updatedAt": "Tue Oct 01 2024 14:20:42 GMT+0300 (East Africa Time)",
"defaultCalendar": true,
"updatedBy": "66fbdb047d6711d56249054f",
"createdBy": "66fbdb047d6711d56249054f",
"timezone": "UTC",
"baseDuration": null,
"available": null
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 1
}
}
Request
Query Params
next
stringÂ
optional
limit
integerÂ
optional
Default:
50
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 10:03:12