RateListInput
Interface Function
Parameter entity for calling GetRateList
Attribute
Attribute | Type | Remarks |
---|---|---|
FormAlias | String | Form alias, the identity of the form |
DocIds | List<string> |
document id |
RateValue | List<double> |
For the score value, use the equal operator when there is only one element, and use the range operator when there are two elements |
CreateDate | List<DateTime> |
Comment time, it only takes effect when there are two (more than) elements, but only the first two elements take effect, use the range operator |
CreateBy | string | Commenter’s name, support fuzzy query, case sensitive |
FieldName | string | Field name corresponding to the score control |
Offset | int | Offset |
Limit | int | Number per page |
Order | Dictionary<string,OrderMethod> |
Sorting settings |
RequireAvatar | bool | Whether you need to return the avatar of the rater, it is not returned by default |