Skip to main content

LIST Desired Properties History

GET 

/workspaces/:workspaceId/devices/:deviceId/desired-properties/history

Get history of device desired properties version. The versions are ordered from the newest to the oldest where the first version is the current one.

Request

Path Parameters

    workspaceId uuidrequired
    deviceId stringrequired

Query Parameters

    $top int32
    from date-time

Responses

History of desired properties of the particular device.

Schema

  • Array [

  • desiredPropertiesSnapshot

    object

    property name*

    Newtonsoft.Json.Linq.JToken

  • Array [

  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
  • ]

  • updateDateTime date-time
    version int64
    iotHubDesiredPropertiesVersion int64
  • ]

Loading...