Returns the client reception (permanence) slots configured for an agency, grouped by day of week. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/permanences/timeframe
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/permanences/timeframe
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/permanences/timeframe?agency_id=0' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": { "MO": [ … ], "TU": [] } }