Skip to content

Suprema readers

/api/SupremaReaders

Example request:

http://localhost:5288/api/SupremaReaders

Response:

[
{
"id": 1,
"name": "Reader-1-0",
"description": "",
"controller_ID": 1,
"device_ID": 0,
"idx": 0,
"is_Osdp": false,
"tamper_Input_ID": 0,
"red_Led_Output_ID": 0,
"green_Led_Output_ID": 0,
"buzzer_Output_ID": 0,
"is_Enabled": true,
"is_Deleted": false,
"created": "2025-08-13T10:39:22.28594+03:00",
"updated": "2025-08-13T10:39:22.28594+03:00",
"tenants": [
0
],
"card_Only_Time_Period_ID": -1,
"card_And_Pin_Time_Period_ID": 0
},
{
"id": 2,
"name": "Reader-1-1",
"description": "",
"controller_ID": 1,
"device_ID": 0,
"idx": 1,
"is_Osdp": false,
"tamper_Input_ID": 0,
"red_Led_Output_ID": 0,
"green_Led_Output_ID": 0,
"buzzer_Output_ID": 0,
"is_Enabled": true,
"is_Deleted": false,
"created": "2025-08-13T10:39:22.299507+03:00",
"updated": "2025-08-13T10:39:22.299507+03:00",
"tenants": [
0
],
"card_Only_Time_Period_ID": -1,
"card_And_Pin_Time_Period_ID": 0
}
]

/api/SupremaReaders/{id}

Get reader by id.