Recent content by leonardokoleci

  1. leonardokoleci

    I need an API call that returns a list of all cards/users

    I’m working with the Dahua CGI API on a VTO (Doorbell) unit and I’m hitting a wall retrieving the actual Personnel Names. I can successfully query the card database using:http://ip/cgi-bin/recordFinder.cgi?action=find&name=AccessControlCard However, the response returns the PersonID/UserID...
  2. leonardokoleci

    I need help accessing and exporting logs from a Dahua doorbell.

    for everyone wondering dahua solution is curl -v --digest -u username: password "http://ip-of-device/cgi-bin/recordFinder.cgi?action=find&name=AccessControlCardRec&StartTime=YOUR-TIME-STAMP&EndTime=YOUR-TIME-STAMP" while for hikvizion curl -v --digest -u username: password --location...
  3. leonardokoleci

    I need help accessing and exporting logs from a Dahua doorbell.

    I’m a developer trying to access doorbell unlock logs via an API so I can display them in other systems, but I can’t find any API endpoint or permission that exposes these logs. I do have SSH access to the device, but I don’t have root privileges, so I’m unable to access system files or code...