License
Used to retrieve license information from the camera.
GET /api/<versionNumber>/license
Format:
http://<baseURL>/api/<versionNumber>/license
Example:
http://192.168.1.101/api/2/license
Parameters:
Parameter | Description | Req'd? | Type / Values |
---|---|---|---|
baseURL | Fixed address, Bandit acts like an access point with this addres. TomTom Bandit's WiFi has to be turned on. | Yes | 192.168.1.101 |
versionNumber | APIs version number. The current value is 2. | Yes | 2 |
Description:
Returns license text formatted as a HTML document. Response MIME type will be set to "text/html".
Response codes:
Code | Description |
200 | OK |
500 | Server Error (request can't be processed) |
Example request:
GET http://<span class="nolink"><span class="nolink"><span class="nolink"><span class="nolink"><span class="nolink">192.168.1.101</span></span></span></span></span>/api/2/license
Content-Type in response headers will be set to text/html:
Content-Type: text/html