Amazon IoT TwinMaker · Example Payload

Iot Twinmaker Get Property Value History Request Example

3D VisualizationDigital TwinIndustrial IoTIoT

Iot Twinmaker Get Property Value History Request Example is an example object payload from Amazon IoT TwinMaker, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

entityIdcomponentNamecomponentTypeIdselectedPropertiespropertyFiltersstartDateTimeendDateTimeinterpolationnextTokenmaxResultsorderByTimestartTimeendTime

Example Payload

Raw ↑
{
  "entityId": "id-abc123",
  "componentName": "example-resource",
  "componentTypeId": "id-abc123",
  "selectedProperties": "example-value",
  "propertyFilters": "example-value",
  "startDateTime": "2025-03-15T14:30:00Z",
  "endDateTime": "2025-03-15T14:30:00Z",
  "interpolation": "example-value",
  "nextToken": "example-value",
  "maxResults": "example-value",
  "orderByTime": "2025-03-15T14:30:00Z",
  "startTime": "2025-03-15T14:30:00Z",
  "endTime": "2025-03-15T14:30:00Z"
}