

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# GetPropertyValueHistory
<a name="API_GetPropertyValueHistory"></a>

检索有关组件、组件类型、实体或工作区的时间序列属性值历史记录的信息。

您必须为 `workspaceId` 指定一个值。对于特定于实体的查询，请为 `componentName` 和 `entityId` 指定值。对于跨实体查询，请为指定一个值。`componentTypeId`

## 请求语法
<a name="API_GetPropertyValueHistory_RequestSyntax"></a>

```
POST /workspaces/{{workspaceId}}/entity-properties/history HTTP/1.1
Content-type: application/json

{
   "componentName": "{{string}}",
   "componentPath": "{{string}}",
   "componentTypeId": "{{string}}",
   "endDateTime": {{number}},
   "endTime": "{{string}}",
   "entityId": "{{string}}",
   "interpolation": { 
      "interpolationType": "{{string}}",
      "intervalInSeconds": {{number}}
   },
   "maxResults": {{number}},
   "nextToken": "{{string}}",
   "orderByTime": "{{string}}",
   "propertyFilters": [ 
      { 
         "operator": "{{string}}",
         "propertyName": "{{string}}",
         "value": { 
            "booleanValue": {{boolean}},
            "doubleValue": {{number}},
            "expression": "{{string}}",
            "integerValue": {{number}},
            "listValue": [ 
               "DataValue"
            ],
            "longValue": {{number}},
            "mapValue": { 
               "{{string}}" : "DataValue"
            },
            "relationshipValue": { 
               "targetComponentName": "{{string}}",
               "targetEntityId": "{{string}}"
            },
            "stringValue": "{{string}}"
         }
      }
   ],
   "selectedProperties": [ "{{string}}" ],
   "startDateTime": {{number}},
   "startTime": "{{string}}"
}
```

## URI 请求参数
<a name="API_GetPropertyValueHistory_RequestParameters"></a>

请求使用以下 URI 参数。

 ** [workspaceId](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-uri-workspaceId"></a>
工作区的 ID。  
长度限制：最小长度为 1。最大长度为 128。  
模式：`[a-zA-Z_0-9][a-zA-Z_\-0-9]*[a-zA-Z0-9]+`  
必需：是

## 请求体
<a name="API_GetPropertyValueHistory_RequestBody"></a>

请求接受采用 JSON 格式的以下数据。

 ** [componentName](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-componentName"></a>
组件名称。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 256。  
模式：`[a-zA-Z_\-0-9]+`  
必需：否

 ** [componentPath](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-componentPath"></a>
此字符串指定从顶层组件开始的复合组件路径。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 2048。  
模式：`[a-zA-Z_\-0-9/]+`  
必需：否

 ** [componentTypeId](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-componentTypeId"></a>
组件类型的 ID。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 256。  
模式：`[a-zA-Z_\.\-0-9:]+`  
必需：否

 ** [endDateTime](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-endDateTime"></a>
 *该参数已弃用*。  
要返回的最新属性值的日期和时间。  
类型：时间戳  
必需：否

 ** [endTime](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-endTime"></a>
要 ISO8601 DateTime 返回的最新属性值中的。  
有关 ISO8601 DateTime 格式的更多信息，请参阅数据类型[PropertyValue](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_PropertyValue.html)。  
类型：字符串  
长度约束：最小长度为 20。最大长度为 35。  
必需：否

 ** [entityId](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-entityId"></a>
实体的 ID。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 128。  
模式：`[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|^[a-zA-Z0-9][a-zA-Z_\-0-9.:]*[a-zA-Z0-9]+`  
必需：否

 ** [interpolation](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-interpolation"></a>
指定插值类型和插值数据间隔的对象。  
类型：[InterpolationParameters](API_InterpolationParameters.md) 对象  
必需：否

 ** [maxResults](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-maxResults"></a>
一次性返回的最大结果数。默认值为 25。  
有效范围：最小值为 1。最大值为 250。  
类型：整数  
有效范围：最小值为 0。最大值为 200。  
必需：否

 ** [nextToken](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-nextToken"></a>
指定下一页结果的字符串。  
类型：字符串  
长度限制：最小长度为 0。最大长度为 17880。  
模式：`.*`  
必需：否

 ** [orderByTime](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-orderByTime"></a>
在结果顺序中使用的时间方向。  
类型：字符串  
有效值：`ASCENDING | DESCENDING`  
必需：否

 ** [propertyFilters](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-propertyFilters"></a>
筛选属性值历史请求的对象列表。  
类型：[PropertyFilter](API_PropertyFilter.md) 对象数组  
数组成员：最少 1 个物品。最多 10 个物品。  
必需：否

 ** [selectedProperties](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-selectedProperties"></a>
请求检索其值历史记录的属性列表。  
类型：字符串数组  
数组成员：最少 1 个物品。最多 10 项。  
长度限制：最小长度为 1。最大长度为 256。  
模式：`.*`  
是否必需：是

 ** [startDateTime](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-startDateTime"></a>
 *该参数已弃用*。  
要返回的最早的属性值的日期和时间。  
类型：时间戳  
必需：否

 ** [startTime](#API_GetPropertyValueHistory_RequestSyntax) **   <a name="tm-GetPropertyValueHistory-request-startTime"></a>
最早要返回 ISO8601 DateTime 的属性值中的一个。  
有关 ISO8601 DateTime 格式的更多信息，请参阅数据类型[PropertyValue](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_PropertyValue.html)。  
类型：字符串  
长度约束：最小长度为 20。最大长度为 35。  
必需：否

## 响应语法
<a name="API_GetPropertyValueHistory_ResponseSyntax"></a>

```
HTTP/1.1 200
Content-type: application/json

{
   "nextToken": "string",
   "propertyValues": [ 
      { 
         "entityPropertyReference": { 
            "componentName": "string",
            "componentPath": "string",
            "entityId": "string",
            "externalIdProperty": { 
               "string" : "string" 
            },
            "propertyName": "string"
         },
         "values": [ 
            { 
               "time": "string",
               "timestamp": number,
               "value": { 
                  "booleanValue": boolean,
                  "doubleValue": number,
                  "expression": "string",
                  "integerValue": number,
                  "listValue": [ 
                     "DataValue"
                  ],
                  "longValue": number,
                  "mapValue": { 
                     "string" : "DataValue"
                  },
                  "relationshipValue": { 
                     "targetComponentName": "string",
                     "targetEntityId": "string"
                  },
                  "stringValue": "string"
               }
            }
         ]
      }
   ]
}
```

## 响应元素
<a name="API_GetPropertyValueHistory_ResponseElements"></a>

如果此操作成功，则该服务将会发送回 HTTP 200 响应。

服务以 JSON 格式返回以下数据。

 ** [nextToken](#API_GetPropertyValueHistory_ResponseSyntax) **   <a name="tm-GetPropertyValueHistory-response-nextToken"></a>
指定下一页结果的字符串。  
类型：字符串  
长度限制：最小长度为 0。最大长度为 17880。  
模式：`.*`

 ** [propertyValues](#API_GetPropertyValueHistory_ResponseSyntax) **   <a name="tm-GetPropertyValueHistory-response-propertyValues"></a>
将字符串映射到组件类型中的属性定义的对象。映射中的每个字符串对于该对象都必须是唯一的。  
类型：[PropertyValueHistory](API_PropertyValueHistory.md) 对象数组

## 错误
<a name="API_GetPropertyValueHistory_Errors"></a>

有关所有操作的常见错误的信息，请参阅[常见错误类型](CommonErrors.md)。

 ** AccessDeniedException **   
访问被拒绝。  
HTTP 状态代码：403

 ** ConnectorFailureException **   
连接器发生故障。  
HTTP 状态代码：424

 ** ConnectorTimeoutException **   
连接器超时。  
HTTP 状态代码：424

 ** InternalServerException **   
出现意外错误。  
HTTP 状态代码：500

 ** ResourceNotFoundException **   
未找到资源。  
HTTP 状态代码：404

 ** ThrottlingException **   
速率超过限制。  
HTTP 状态代码：429

 ** ValidationException **   
失败  
HTTP 状态代码：400

## 另请参阅
<a name="API_GetPropertyValueHistory_SeeAlso"></a>

有关以特定语言之一使用此 API 的更多信息 AWS SDKs，请参阅以下内容：
+  [AWS 命令行界面 V2](https://docs.aws.amazon.com/goto/cli2/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于.NET 的 SDK V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 C\+\+ 的 SDK](https://docs.aws.amazon.com/goto/SdkForCpp/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 Go v2 的 SDK](https://docs.aws.amazon.com/goto/SdkForGoV2/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 Java 的 SDK V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS JavaScript V3 版软件开发工具包](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 Kotlin 的 SDK](https://docs.aws.amazon.com/goto/SdkForKotlin/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 PHP 的 SDK V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS Python 软件开发工具包](https://docs.aws.amazon.com/goto/boto3/iottwinmaker-2021-11-29/GetPropertyValueHistory) 
+  [AWS 适用于 Ruby V3 的 SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/iottwinmaker-2021-11-29/GetPropertyValueHistory) 