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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -