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/otp-users/?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/otp-users/?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/otp-users/?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/otp-users/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&mobile_number__exact=919746973119&format=json

    

 

 app_user_id:

 

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

 

and parameter app_user_id=3e214c8ef30f438c8407100d356

 

 

https://www.cognalys.com/rest/api/v1/otp-users/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&app_user_id=3e214c8ef30f438c84071003342&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/otp-users/?username=YOUR_COGNALYS_USERNAME&api_key=YOUR_API_KEY&app_id=3e214c8ef30f438c84071003342&format=json