Skip to content

Get criteria by category

Request

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
Path
categoryIdintegerrequired

Category ID.

Example:1
curl -i -X GET \
  https://api-doc.immo-facile.com/_mock/openapi/criterias/categories/1 \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Criteria in the category

Bodyapplication/json
dataArray of objects(CriteriaResource)
Response
{ "data": [ {} ] }