Module
Returns a collections of beans
get/module/{module}
Path parameters
modulestring required
Name of the module
Query parameters
fields[Contacts]string
Filtering attributes of each bean
page[size]integer
Number of beans showed in a page
page[number]integer
Number of a page
sortstring
Sorting the bean list based on this parameter. Ascending by default, but if sort is prefixed with a minus (U+002D HYPHEN-MINUS, '-'), sort will be descending
filter[operator]string
Filtering the bean collection and using it between two or more conditions as logical operator. Only one level conditions are supported so far. Supported operators: AND, OR
filter[name][eq]string
Filtering the bean collections by conditions. The [name] is the bean's property, the [eq] is a comparison operator. Supported operators: EQ, NEQ, GT, GTE, LT, LTE
Response
OK