Skip to content

Suprema controllers

/api/SupremaControllers

Example request:

http://localhost:5288/api/SupremaControllers

Response:

[
{
"id": 1,
"name": "Controller-32300",
"description": null,
"device_ID": null,
"device_Type_ID": 0,
"master_ID": 0,
"tenants": [
0
],
"device_Gateway_ID": 1,
"device_To_Server": false,
"iP_Address": "10.0.0.0",
"port": 2000,
"use_Ssl": false,
"is_Enabled": true,
"timezone": "GTB Standard Time",
"daylight_Savings": true,
"capability_Info": {},
"config": {},
"is_Deleted": false
},
{
"id": 2,
"name": "Controller-1825",
"description": null,
"device_ID": null,
"device_Type_ID": 0,
"master_ID": 0,
"tenants": [
0
],
"device_Gateway_ID": 1,
"device_To_Server": false,
"iP_Address": "10.0.0.1",
"port": 2001,
"use_Ssl": false,
"is_Enabled": true,
"timezone": "GTB Standard Time",
"daylight_Savings": true,
"capability_Info": {},
"config": {},
"is_Deleted": false
}
]

/api/SupremaControllers/{id}

Get controller by id.