Skip to content

Get zone list

Request

Returns the list of geographic zones available for the site. Requires SITE_CONFIG permission and RS:CRITERE_ZONE_LIST right.

Zones are used in search request criteria (typically criterion ID 30) to filter properties by location. Responses are cached with ETag.

Security
bearerAuth
Query
manufacturer_idinteger

Optional agency ID to get the zone list for a different site context. Must be within the authenticated scope.

curl -i -X GET \
  'https://api-doc.immo-facile.com/_mock/openapi/criterias/zone-list?manufacturer_id=0' \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

List of zones

Bodyapplication/json
Array of strings
Response
[ "Paris 1er", "Paris 2ème", "Lyon 1er", "Lyon 2ème" ]