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 RecordRemarkDtoName | 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-02-28 18:39:42", "checkIn": "2025-02-28 18:39:42", "checkInStatus": 3, "checkOut": "2025-02-28 18:39:42", "checkOutStatus": 4 }, { "personId": 1, "date": "2025-02-28 18:39:42", "checkIn": "2025-02-28 18:39:42", "checkInStatus": 3, "checkOut": "2025-02-28 18:39:42", "checkOutStatus": 4 } ]