QueryPropertyHistory service to filter values
Hi,
Is it possible to filter or sort values of QueryPropertyHistory like it should return only >50 or <100 values?
How can I achieve this?
Thanks,
Shalini V.
Hi,
Is it possible to filter or sort values of QueryPropertyHistory like it should return only >50 or <100 values?
How can I achieve this?
Thanks,
Shalini V.
You can use the query parameter in the service:
var result = me.QueryPropertyHistory({
oldestFirst: undefined /* BOOLEAN */,
maxItems: undefined /* NUMBER */,
endDate: undefined /* DATETIME */,
query: undefined /* QUERY */,
startDate: undefined /* DATETIME */
});
Using a json object in the query parameter. Details:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.