Skip to main content

List OTA updates

GET 

/ota_updates

List OTA updates

Request

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load.

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page.

    filter[status] string

    Possible values: [in-progress, completed, failed]

    Filter by a specific status of the resource's lifecycle.

    filter[sim_card_id] string

    The SIM card identification UUID.

    filter[type] string

    Possible values: [sim_card_network_preferences]

    Filter by type.

Responses

200: Successful response

default: Unexpected error

Loading...