Skip to main content

Gets firmware info

GET 

/iot/firmwares/:firmwareId

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: JWTdescription: * Users access: "Authorization: Bearer <user_token>"

Retrieves firmware configuration by ID

Authorization Action:

core:firmwares:get

Request

Path Parameters

    firmwareId stringrequired

    Firmware identifier

Responses

Firmware details

Schema
    id string

    Unique firmware identifier

    name string

    Possible values: <= 1024 characters

    Firmware name

    architecture string

    Hardware architecture

    description string

    Description

    metadata object

    Custom metadata

    tags string[]

    Tags

    active_release string

    Currently active release version

    created_at date-time
    updated_at date-time
    updated_by string

    ID of user who last updated

curl -L -X GET 'https://connhex.com/iot/firmwares/:firmwareId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Auth
Parameters
— pathrequired