Returns a single event by ID. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/events/{eventId}
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/events/{eventId}
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/events/{eventId}' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": { "id": 0, "type": "VISIT", "starts_at": "2026-01-15T09:00:00Z", "ends_at": "2026-01-15T10:00:00Z", "all_day": true, "title": "string", "location": "string", "location_geo": { … }, "sequence_duration": 0, "gathering_gauge": 0, "commute_duration": 0, "communicate_location": true, "is_confidential": true, "remind_time_in_min": 0, "appointment_mode": "OFFICE", "participants": [ … ], "products": [ … ], "contacts": [ … ], "notes": "string", "visio_url": "string", "immo360_organizer_url": "string", "immo360_participation_url": "string", "archived": true, "parent_id": 0, "recurrence": {} } }