Get master card number
Get master card number. Master card can be used to add another cards to panel. Available only on panels with card readers. Representation is possible in decimal and hexadecimal form. See /access/general/wiegand/type
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example decimal
- Example hexadecimal
Schema
- master_card string
Possible values: Value must match regular expression
[0-9]{1,10} or ([0-9A-Fa-f]{2}[:-]){1,7}([0-9A-Fa-f]{2})
{
"master_card": "123456789"
}
{
"master_card": "123456789"
}
{
"master_card": "BC-61-4E"
}
Log In
Loading...