Gets the type of Wiegand used.
Gets the type of Wiegand used.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- type stringPossible values: [ wiegand_26,wiegand_34,wiegand_58]Type of wiegand used 
- identifier_representation stringPossible values: [ decimal,hex]Type of identifier representation used 
{
  "type": "wiegand_34",
  "identifier_representation": "decimal"
}
{
  "type": "wiegand_34",
  "identifier_representation": "decimal"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...