Problem in the offline Api
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 :)
Local api and cloud are not the same i think . . .
https://community.zipato.com/responses/local-mode-api-
Maybe they still different today . . .
Local api and cloud are not the same i think . . .
https://community.zipato.com/responses/local-mode-api-
Maybe they still different today . . .
Replies have been locked on this page!