Difference between revisions of "MOR API callback init"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 2: Line 2:




----
http://<YOUR_SERVER_IP>/mor/api/callback?u=<USERNAME>&p=<PASSWORD>device=<DEVICE_ID>&src=<SOURCE>&dst=<DESTINATION>
'''THIS IS CURRENT FORMAT - IT SHOULD BE REWORKED!'''
----
 
 
It is useful for integration callback service to other Web portals, customer pages and similar.
 
Just use line in format:
 
http://<YOUR_SERVER_IP>/mor/functions/callback_from_url?acc=<DEVICE_ID>&src=<SOURCE>&dst=
<DESTINATION>&secret=<DEVICE_SECRET>


Enter appropriate values where applicable. You can omit <DESTINATION>. Source will be asked to enter it if you do
Enter appropriate values where applicable. You can omit <DESTINATION>. Source will be asked to enter it if you do
so.
so.

Revision as of 20:19, 19 January 2008

MOR API


http://<YOUR_SERVER_IP>/mor/api/callback?u=<USERNAME>&p=<PASSWORD>device=<DEVICE_ID>&src=<SOURCE>&dst=<DESTINATION>

Enter appropriate values where applicable. You can omit <DESTINATION>. Source will be asked to enter it if you do so.