Returns the criteria belonging to a given product category. Requires SITE_CONFIG permission and RS:CRITERE_CATEGORY right.
Categories group criteria by property type (e.g. criteria specific to apartments vs. houses vs. land).
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/criterias/categories/{categoryId}
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/criterias/categories/{categoryId}
curl -i -X GET \
https://api-doc.immo-facile.com/_mock/openapi/criterias/categories/1 \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }