5.1.4 api system caps

The /api/system/caps function is used for sending information to 2N® Access Commander on a change in the list of available functions of the device.

The function is part of the System API service and the user has to be assigned the System privilege for authentication if required.

The GET method can be used for this function.

The reply is in the application/json format and includes a set of device info. 

{   "success":true,
    "result":{      
     "options":{         
		 "codecG722":"active,licensed",
         "codecG729":"active",
         "codecL16":"active",
         "audioLoopTest":"active,licensed",
         "noiseDetection":"active,licensed",
         "userSounds":"active,licensed",
         "adaptiveVolume":"active",
         "antiHowling":"active",
         "keyBeep":"active",
         "camera":"active",
         "video":"active",
         "cameraPtz":"active,licensed",
         "motionDetection":"active,licensed",
         "encH264":"active",
         "encH263":"active",
         "encMpeg4":"active",
         "encJpeg":"active",
         "decH264":"active",
         "phone":"active",
         "phoneVideo":"active",
         "phoneVideoOut":"active",
         "sips":"active,licensed",
         "srtp":"active,licensed",
         "callAnswerMode":"active",
         "doorOpenCallback":"active",
         "rtspServer":"active,licensed",
         "rtspClient":"active,licensed",
         "audioMulticast":"active",
         "smtpClient":"active,licensed",
         "ftpClient":"active,licensed",
         "onvif":"active,licensed",
         "snmp":"active,licensed",
         "tr069":"active,licensed",
         "knocker":"active",
         "my2n":"active",
         "informacast":"active,licensed",
         "autoProv":"active,licensed",
         "httpApi":"active,licensed",
         "eap":"active,licensed",
         "eapMd5":"active,licensed",
         "eapTls":"active,licensed",
         "vpn":"active",
         "userVpn":"active",
         "rioManager":"active,licensed",
         "siteChannel":"active",
         "localCalls":"active",
         "switches":"active",
         "advancedSwitches":"active,licensed",
         "switchUserCodes":"active",
         "securedInput":"active",
         "rexInput":"active",
         "tamperInput":"active",
         "doorSensor":"active",
         "keypad":"active",
         "buttons":"active",
         "liftControl":"active,licensed",
         "limitFailedAccess":"active,licensed",
         "silentAlarm":"active,licensed",
         "scrambleKeypad":"active,licensed",
         "tamperBlockSwitch":"active,licensed",
         "antiPassback":"active,licensed",
         "dir":"active",
         "dirDeputy":"active",
         "dirPhoto":"active",
         "automation":"active,licensed",
         "licDownload":"active",
         "profiles":"active",
         "licensing":"active",
         "accessControl":"active",
         "doorControl":"active",
         "nfc":"active,licensed",
         "vbus":"active",
         "vbusExtenders":"active",
         "cardReader":"active",
         "fpReader":"active",
         "bleReader":"active",
         "wiegand":"active",
         "powerManager":"active",
         "audioInput":"active",
         "lightSensor":"active",
         "irLed":"active",
         "backlight":"active",
         "backlightDayNight":"active",
         "display":"active"   
       }
   
   }


}