Filter custom attributes

ParameterDescription
api/users?property<id>=valuefilters employees by the user-defined attribute with <id> which have the value value
api/articles?property<id>=valuefilters articles by the user-defined attribute with <id> which have the value value
api/clients?property<id>=valuefilters clients by the user-defined attribute with <id> which have the value value
api/suppliers?property<id>=valuefilters supliers by the user-defined attribute with <id> which have the value value
api/incomings?property<id>=valuefilters purchase invoices by the user-defined attribute with <id> which have the value value

Example:

A user-defined attribute “Favorite color” is created for employees. This has the id 55.

Then you get GET api/users?property55=grey all employees who have the favorite color “grey”.

This filter filters exactly on the value, so employees with the favorite color “gray-blue” are not included in the result set.