Skip to main content

Forward InfodeckLNS Hook

POST 

/integrations/infodeck-lns

Forward InfodeckLNS Hook

Request

Path Parameters

    organizationId string

Query Parameters

    event stringrequired

    Possible values: [up]

    The event to forward.

Body

required
    deduplicationId stringrequired

    The ID used for deduplication.

    time stringrequired

    The time of the payload in ISO 8601 format.

    deviceInfo objectrequired

    Information about the IoT device.

    tenantId stringrequired
    tenantName stringrequired
    applicationId stringrequired
    applicationName stringrequired
    deviceProfileId stringrequired
    deviceProfileName stringrequired
    deviceName stringrequired
    devEui stringrequired
    deviceClassEnabled stringrequired
    tags objectrequired
    devAddr stringrequired

    The device address.

    adr booleanrequired

    Flag indicating if Adaptive Data Rate (ADR) is enabled.

    dr numberrequired

    The data rate used by the device.

    fCnt numberrequired

    The frame counter.

    fPort numberrequired

    The FPort number.

    confirmed booleanrequired

    Flag indicating if the transmission was confirmed.

    data stringrequired

    The payload data.

    rxInfo required

    Information about the received packet.

    rxInfo[] stringrequired

    .crcStatus The status of the CRC check.

    txInfo objectrequired

    Information about the transmitted packet.

    frequency numberrequired
    modulation objectrequired
    lora objectrequired
    bandwidth numberrequired
    spreadingFactor numberrequired
    codeRate stringrequired

Responses

Schema
    forwarded booleanrequired

    forwarded successfully.

Loading...