GET api/ChildSafeBox/BoxHistory?boxId={boxId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
boxId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ChildSafeBoxPickupHistoryDTO
NameDescriptionTypeAdditional 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
  }
]