Skip to main content

Get Cellular Modules (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/machines/:machine_id/cellular_modules

List all cellular modules.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    machine_id stringrequired

    The ID of the device.

Responses

Successful Operation

Schema
    count int32

    The total number of responses.

    id string

    The ID of the response.

    type string

    The type of response.

    items MachineCellularModuleInfo[]
  • Array [
  • id string

    The ID of the element.

    imei string

    The IMEI number.

    manufacturer string

    The manufacturer of the firmware.

    model_name string

    The model name.

    serial_number string

    The serial number.

    tenant_id stringrequired

    The tenant ID.

  • ]
Loading...