GET api/1/DeviceEvent/GetAllDeviceEventsForStore?storeId={storeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of device_event| Name | Description | Type | Additional information |
|---|---|---|---|
| device_event_id | integer |
None. |
|
| device_id | integer |
None. |
|
| store_id | integer |
None. |
|
| type_id | integer |
None. |
|
| device_event_type_id | integer |
None. |
|
| serial_number | string |
None. |
|
| event_date | date |
None. |
|
| MarketId | integer |
None. |
|
| cabinet_type | Collection of cabinet_type |
None. |
|
| device | Collection of device |
None. |
|
| device_event_type | Collection of device_event_type |
None. |
Response Formats
application/json
Sample:
[
{
"device_event_id": 1,
"MarketId": 1,
"event_date": "2026-02-24T08:15:41.0864949Z",
"device_event_type_id": 1,
"type_id": 1,
"store_id": 1,
"device_id": 1,
"serial_number": "sample string 2"
},
{
"device_event_id": 1,
"MarketId": 1,
"event_date": "2026-02-24T08:15:41.0864949Z",
"device_event_type_id": 1,
"type_id": 1,
"store_id": 1,
"device_id": 1,
"serial_number": "sample string 2"
}
]