---
title: "GET /event-configurations#resourceType"
method: GET
path: "/event-configurations#resourceType"
---

# GET /event-configurations#resourceType

`GET /event-configurations#resourceType`

List event configurations where at least one event topic has been enabled.

## Query parameters

- `resourceType` 'SidewalkAccount' | 'WirelessDevice' | 'WirelessGateway', required
- `maxResults` integer — The maximum number of results to return in this operation.
- `nextToken` string

## Response `200`

Success

- ListEventConfigurationsResponse
  - `NextToken` string — To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.
  - `EventConfigurationsList` EventConfigurationItem[] — Event configurations of all events for a single resource.
    - `Identifier` string — Resource identifier opted in for event messaging.
    - `IdentifierType` 'PartnerAccountId' | 'DevEui' | 'GatewayEui' | 'WirelessDeviceId' | 'WirelessGatewayId' — Identifier type of the particular resource identifier for event configuration.
    - `PartnerType` 'Sidewalk' — Partner type of the resource if the identifier type is PartnerAccountId.
    - `Events` EventNotificationItemConfigurations — Object of all event configurations and the status of the event topics.
      - `DeviceRegistrationState` object — Device registration state event configuration for an event configuration item.
        - `Sidewalk` object — Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
          - `AmazonIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the Amazon ID event topic is enabled or disabled.
        - `WirelessDeviceIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
      - `Proximity` object — Proximity event configuration for an event configuration item.
        - `Sidewalk` object — Proximity event configuration object for enabling or disabling Sidewalk related event topics.
          - `AmazonIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the Amazon ID event topic is enabled or disabled.
        - `WirelessDeviceIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the wireless device ID proximity event topic is enabled or disabled.
      - `Join` object — Join event configuration for an event configuration item.
        - `LoRaWAN` object — Join event configuration object for enabling or disabling LoRaWAN related event topics.
          - `DevEuiEventTopic` 'Enabled' | 'Disabled' — Denotes whether the Dev EUI join event topic is enabled or disabled.
        - `WirelessDeviceIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the wireless device ID join event topic is enabled or disabled.
      - `ConnectionStatus` object — Connection status event configuration for an event configuration item.
        - `LoRaWAN` object — Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
          - `GatewayEuiEventTopic` 'Enabled' | 'Disabled' — Denotes whether the gateway EUI connection status event topic is enabled or disabled.
        - `WirelessGatewayIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
      - `MessageDeliveryStatus` object — Message delivery status event configuration for an event configuration item.
        - `Sidewalk` SidewalkEventNotificationConfigurations — <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration object for Sidewalk-related event topics.
          - `AmazonIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the Amazon ID event topic is enabled or disabled.
        - `WirelessDeviceIdEventTopic` 'Enabled' | 'Disabled' — Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
