Access Card Object

AttributesTypeDescription
activeBoolBool value specifying if the credential is currently active
card_idString(Unique)The binary representation of the card which is used as the unique identifier.
card_numberString(Optional)The traditional Base 10 representation of the access card.
card_number_base36String(Optional)The Base 36 representation of the access card.
card_number_hexString(OptionalThe hexadecimal representation of the access card.
facility_codeString(Optional)The facility code of the access card.
typeStringThe type(or format) of access card used during the credential evaluation process.

Sample Access Card Object

{
  "active": false,
  "card_id": "00110011000000000000000100",
  "card_number": "2",
  "card_number_base36": null,
  "card_number_hex": null,
  "facility_code": "102",
  "type": "HID"
}

Card Format Strings

 26 Bit = "HID"
 HID37wFacilityCode = "HID37wFacilityCode"
 HID37woFacilityCode = "HID37woFacilityCode"
 HID34 = "HID34"
 CasiRusco = "CasiRusco"
 Corporate1000_35 = "Corporate1000_35"
 Corporate1000_48 = "Corporate1000_48"
 iClass = "iClass"
 DESFire = "DESFire"
 VerkadaDESFire = "VerkadaDESFire"
 MiFareClassic1K_CSN = "MiFareClassic1K_CSN"
 MiFareClassic4K_CSN = "MiFareClassic4K_CSN"
 MDCCustom_64 = "MDCCustom_64"
 HID36Keyscan = "HID36Keyscan"
 HID33DSX = "HID33DSX"
 HID33RS2 = "HID33RS2"
 HID36Simplex = "HID36Simplex"
 Cansec37 = "Cansec37"
 CreditCardBin = "CreditCardBin"
 KantechXSF = "KantechXSF"
 Schlage34 = "Schlage34"
 Schlage37x = "Schlage37x"
 RBH50 = "RBH50"
 GProxII36 = "GProxII36"
 AMAG32 = "AMAG32"
 Securitas37 = "Securitas37"
 Kastle32 = "Kastle32"
 PointGuardMDI37 = "PointGuardMDI37"
 Blackboard64 = "Blackboard64"
 IDm64bit = "IDm64bit"
 Continental36 = "Continental36"
 AWID34 = "AWID34"
 HIDInfinity37 = "HIDInfinity37"