GET v1/recordremarks?gardenId={gardenId}
刷卡信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gardenId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecordRemarkDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
None. |
|
| Date | date |
None. |
|
| CheckIn | date |
None. |
|
| CheckInStatus | integer |
None. |
|
| CheckOut | date |
None. |
|
| CheckOutStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"personId": 1,
"date": "2025-12-14 00:58:16",
"checkIn": "2025-12-14 00:58:16",
"checkInStatus": 3,
"checkOut": "2025-12-14 00:58:16",
"checkOutStatus": 4
},
{
"personId": 1,
"date": "2025-12-14 00:58:16",
"checkIn": "2025-12-14 00:58:16",
"checkInStatus": 3,
"checkOut": "2025-12-14 00:58:16",
"checkOutStatus": 4
}
]