Skip to content

Suprema outputs

/api/SupremaOutputs

Example request:

http://localhost:5288/api/SupremaOutputs

Response:

[
{
"id": 1,
"name": "Output-1-0",
"description": null,
"controller_ID": 1,
"tenants": [
0
],
"idx": 0,
"is_Enabled": true,
"is_Relay": true,
"is_Deleted": false,
"created": "2025-08-13T10:39:22.248897+03:00",
"updated": "2025-08-13T10:39:22.248897+03:00"
},
{
"id": 2,
"name": "Output-1-1",
"description": null,
"controller_ID": 1,
"tenants": [
0
],
"idx": 1,
"is_Enabled": true,
"is_Relay": true,
"is_Deleted": false,
"created": "2025-08-13T10:39:22.254614+03:00",
"updated": "2025-08-13T10:39:22.254614+03:00"
},
{
"id": 3,
"name": "Output-1-2",
"description": null,
"controller_ID": 1,
"tenants": [
0
],
"idx": 2,
"is_Enabled": true,
"is_Relay": true,
"is_Deleted": false,
"created": "2025-08-13T10:39:22.257527+03:00",
"updated": "2025-08-13T10:39:22.257527+03:00"
}
]

/api/SupremaOutputs/{id}

Get output by id.