Skip to main content

Get LoRaWAN gateways in edge gateway

GET 

/organizations/:organizationId/edge-gateways/:edgeGatewayId/lorawan-gateways

Get LoRaWAN Gateways in edge gateway

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    edgeGatewayId stringrequired

    Edge Gateway ID

Query Parameters

    requireThingAttributes string

    Possible values: [true, false]

    Also fetch thing attributes.

    requireThingShadows string

    Possible values: [true, false]

    Also fetch thing shadows with shadow names.

    thingShadowNames string[]

    Specify shadow names to fetch. (Default: optional; Options: DeviceUplink, GatewayUplink)

Responses

Schema
    data objectrequired

    Data of the edge gateway.

    thingArn stringrequired
    thingId stringrequired
    thingName stringrequired
    thingTypeName stringrequired
    attributes objectrequired
    shadows objectrequired
Loading...