Returns paginated action history for a customer. Requires SITE_CUSTOMER:READ permission.
Actions are commercial activities logged on a customer (calls, visits, emails, etc.). Uses offset-based pagination with cursor parameter.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/customers/{customerId}/actions
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/customers/{customerId}/actions
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/customers/789/actions?cursor=0' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ], "next_cursor": 0, "has_more": true }