filtering wso2 das data using rest client -
in wos2 das 3.0.1, i'm using rest client retrieving data. though give filter in query, i'm getting users results? please let me know i'm missing. below example should abcd user data, i'm getting users data.
https://hostname:port/analytics/search , giving below post data:
{
"tablename": "org_wso2_apimgt_statistics_response", "query": "eventtime:[1491492128349 1491578528351] , username:abcd@carbon.super", "start" : 0, "count" : 100
}
Comments
Post a Comment