format ( defaults to json ) :



We supports Serializations like 


  • xml
  • plist
  • jsonp
  • json



u may change eg : format=xml

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&format=xml

 





from_date ( results from a specific date )


It  should be YY-MM-DD (2014-02-11)

 

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&from_date=2014-02-13&format=json

 


to_date  ( results less than specific date )

 

It  should be YY-MM-DD (2014-02-11)


 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&to_date=2014-02-13&format=json

 





mobile_number ( instead of mobile you should use mobile_number) : 




 

To get exact mobile number  (eg : 919746973119 (Country code + mobile nmber )   )

 

and parameter mobile_number=919746973119

 

   

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&mobile_number__exact=919746973119&format=json

   

 

 



app_id:

 

We allows exact filtering for app_id results under an application  (eg : 3e214c8ef30f438c8407100d356 )

 

and parameter app_id=3e214c8ef30f438c8407100d356

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&app_id=3e214c8ef30f438c84071003342&format=json

 

 

 

 

brand_name:



To get brand name starts with (eg : Sams )

 

and parameter brand_name__startswith=Sams

  

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&brand_name__startswith=Sams&format=json

  

 

 

 

To get brand name contains with (eg : Sams )

 

and parameter brand_name__contains=Sams


  

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&brand_name__contains=Sams&format=json

 

 

 

To get exact brand name  (eg : Samsung )

 

and parameter brand_name__exact=Samsung or brand_name=Samsung

 

    

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&brand_name__exact=Samsung&format=json

    





device_id ( IMEI number ) :

 

We allows exact filtering for device_id results under an application  (eg : 114543116511661 )

 

and parameter device_id=5485147144588

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&device_id=3e214c8ef30f438c84071003342&format=json

 

 


mcc:

 

We allows exact filtering for mcc  ( mobile country code eg : 404 )

 

and parameter mcc=404

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&mcc=404&format=json

 



mnc
:

 

We allows exact filtering for mnc ( mobile network code eg : 65 )

 

and parameter mnc=68

 

  

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&mnc=68&format=json

  




model_number:

 

We allows exact filtering for model_number ( device model number eg : S3 )

 

and parameter model_number=S3

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&model_number=S3&format=json

 




gmail_id:

 

We allows exact filtering for gmail_id eg : aaaaa@gmail.com 

 

and parameter gmail_id=aaaaa@gmail.com

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&gmail_id=aaaah@gmail.com&format=json

 



os_version:

 

We allows exact filtering for ios_version eg : 4.4.2 

 

and parameter os_version=4.4.2

 

 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&os_version=4.4.2&format=json

 




With in Distance filter 
( You can filter eg : Trials made users  location in 1000 meters from specific Geographical area) :

 

 


  lat=27.175015&lon=78.042155&within=1000


 

https://www.cognalys.com/rest/api/v1/tusers/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&lat=27.175015&lon=78.042155&within=1000&format=json