Skip to main content

Forward Actility Hook

POST 

/integrations/actility

Forward Actility Hook

Request

Path Parameters

    organizationId string

Body

required
    cmd stringrequired

    The cmd of IoT device.

    seqno stringrequired

    The sequence number of uplink message.

    EUI stringrequired

    The EUI of IoT device.

    ts stringrequired

    The timestamp of uplink message.

    fcnt stringrequired

    The frame counter of uplink message.

    port stringrequired

    The port of uplink message.

    freq stringrequired

    The frequency of uplink message.

    toa stringrequired

    The time on air of uplink message.

    dr stringrequired

    The data rate of uplink message.

    ack booleanrequired

    The ACK bit of uplink message.

    gws object[]required

    The gateways that received the uplink message.

  • Array [
  • gweui stringrequired
    rssi numberrequired
    snr numberrequired
    ant numberrequired
    lat numberrequired
    lon numberrequired
    time stringrequired
  • ]
  • bat stringrequired

    The battery level of the IoT device.

    data stringrequired

    The payload of the uplink message.

Responses

Schema
    forwarded booleanrequired

    forwarded successfully.

Loading...