JointSpace API Documentation
REST API Method: GET system/serialnumber
Returns the serial number.
URL
http://ip-address:1925/1/system/serialnumber
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- serialnumber (string): The serial number.
JSON example
{
"serialnumber": "QG2B0935041538"
}