Get the parameters of the currently added card reader in asynchronous mode.
Method |
GET |
Description |
Get the parameters of the currently added card reader in asynchronous mode. |
Query |
format: determine the format of request or response message. |
Request |
None. |
Response |
Succeeded: JSON_CardReader Failed: JSON_ResponseStatus |
Before calling this URI, you should call /ISAPI/SecurityCP/Configuration/cardReader/mode?format=json by PUT method and set the mode to "enter" to enable the asynchronous card reader adding mode for the device.
The result will be returned immediately after calling this URI. If status in the response message is "processing", you should continue calling this URI until status is "success" and the card reader parameters are returned. If status is "failed", you should stop calling this URI recursively.