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 ChildSafeBoxPickupHistoryDTO| Name | 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": "2026-02-03T18:26:16.7951867-08:00",
"CardsCollected": 1
},
{
"id": 1,
"boxNumber": "sample string 2",
"location": "sample string 3",
"FollowUpDate": "sample string 4",
"CreatedDate": "2026-02-03T18:26:16.7951867-08:00",
"CardsCollected": 1
}
]