GET /watttrix/server/{uuidString}

Create, change or read information about a watttrix server

Responses

  • 200

    Returns a JSON with the current information about the watttrix server

    Hide response attributes Show response attributes object
    • id string Required

      Format should match the following pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$.

    • serial string Required
    • name_by_watttron string Required
GET /watttrix/server/{uuidString}
curl \
 -X GET https://node-api.watttrix.net/watttrix/server/{uuidString} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "string",
  "serial": "string",
  "name_by_watttron": "string"
}
Response examples (200)
{
  "id": "string",
  "serial": "string",
  "name_by_watttron": "string"
}