Skip to main content

Get Cellular Modules (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/elements/:element_id/cellular_modules

List all the cellular modules.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

Responses

Successful Operation

Schema
    description

    The description of the cellular module. Max size = 256.

    gps_enable booleanrequired

    Indicates if the GPS is enabled for the cellular module.

    id string

    The ID of the cellular module.

    name stringrequired

    The name of the cellular module. Max size = 128.

    primary_sim integerrequired

    The primary SIM attribute of the cellular module.

    radio_on booleanrequired

    Indicates the radio on attribute.

    tags string[]

    An information field that can be added to identify the cellular module. Maximum 10 unique tags of length 1024 each are allowed.

Loading...