Shows the IP address and Device ID on screen. GET > https://idf.oz.web.tr/ |
Gets only the IP address and device ID. try GET > https://idf.oz.web.tr/?auto=1 |
Gets the IP Info Class. try GET > https://idf.oz.web.tr/?ip={ip address} (Please send the keyword 'auto' as the {ip address} variable, to get the current IP address info.) |
Gets the Device Info Class. try GET > https://idf.oz.web.tr/?id={device id} |
Gets the DVIP Class, which contains IP Info and Device Info classes. try GET > https://idf.oz.web.tr/?ip={ip address}&id={device id} |
Saves and gets the Device Info Class. POST > https://idf.oz.web.tr/ body: (UTF-8 encoding) {JSON format of OZIDInfo} |
Saves and gets the Device Info Class. POST > https://idf.oz.web.tr/ body: (UTF-8 encoding) {JSON format of OZIDInfo.IDInfoClass} |