Parameter | Description |
---|---|
api/users?property<id>=value | filters employees by the user-defined attribute with <id> which have the value value |
api/articles?property<id>=value | filters articles by the user-defined attribute with <id> which have the value value |
api/clients?property<id>=value | filters clients by the user-defined attribute with <id> which have the value value |
api/suppliers?property<id>=value | filters supliers by the user-defined attribute with <id> which have the value value |
api/incomings?property<id>=value | filters 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.