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-06-12T17:37:34.4481955Z",
    "event_type": "sample string 2"
  },
  {
    "device_event_type_id": 1,
    "MarketId": 1,
    "create_date": "2026-06-12T17:37:34.4481955Z",
    "event_type": "sample string 2"
  }
]