GET api/ChildSafeBox/BoxHistory?boxId={boxId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
boxId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ChildSafeBoxPickupHistoryDTOName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
boxNumber | string |
None. |
|
location | string |
None. |
|
FollowUpDate | string |
None. |
|
CreatedDate | date |
None. |
|
CardsCollected | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "boxNumber": "sample string 2", "location": "sample string 3", "FollowUpDate": "sample string 4", "CreatedDate": "2025-10-14T00:40:23.306551-07:00", "CardsCollected": 1 }, { "id": 1, "boxNumber": "sample string 2", "location": "sample string 3", "FollowUpDate": "sample string 4", "CreatedDate": "2025-10-14T00:40:23.306551-07:00", "CardsCollected": 1 } ]