Hi , i'am C# developper and i'am building a C# portable offline client for ZipatoBox Offline Api so windows 8 / windows phone 8 / windows rt and xamarin systems can use this client.
I found this documentation : https://my.zipato.com/zipato-web/api/
i noticed that the rest url is : http://zipaIP:8080:/zipato-web/rest
Authentication was done wihout problem , but when i wanted to retrieve the devices i receive a 404
i tried theses url with a GET Request( zipaIP = 10.0.0.2 ) with the authenticated JSESSIONID cookie:
- http://10.0.0.2:8080:/zipato-web/rest/devices
- http://10.0.0.2:8080:/zipato-web/rest/devices/
- http://10.0.0.2:8080:/zipato-web/v2/devices
- http://10.0.0.2:8080:/zipato-web/v2/devices/
All the requests returned a 404 Not Found.
So my question , where can i find the offline api documentation ?
Thanks In advance :)
Replies have been locked on this page!