GET api/1/DeviceEventType/GetAllDeviceEventType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of device_event_type
NameDescriptionTypeAdditional information
device_event_type_id

integer

None.

event_type

string

None.

create_date

date

None.

MarketId

integer

None.

device_event

Collection of device_event

None.

Response Formats

application/json

Sample:
[
  {
    "device_event_type_id": 1,
    "MarketId": 1,
    "create_date": "2026-02-24T08:10:18.216667Z",
    "event_type": "sample string 2"
  },
  {
    "device_event_type_id": 1,
    "MarketId": 1,
    "create_date": "2026-02-24T08:10:18.216667Z",
    "event_type": "sample string 2"
  }
]