GET horizon/v1/terminal/{clockId}/repository/mifarecardkeys
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clockId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
KeysToSend| Name | Description | Type | Additional information |
|---|---|---|---|
| keys | ReadWrite |
None. |
|
| writeSectors | Collection of integer |
None. |
|
| keySource | string |
None. |
|
| afterNfc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"keys": {
"read": {},
"write": {}
},
"writeSectors": [
1,
2
],
"keySource": "sample string 1",
"afterNfc": "sample string 2"
}