GET api/GetCustomData?key={key}&grainsize={grainsize}&beginTime={beginTime}&endtime={endtime}
根据key,grainsize(类型),开始时间和结束时间获取数据
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
key |
Define this parameter in the request URI. |
|
grainsize | 数据粒度 |
Define this parameter in the request URI. |
beginTime | 开始时间 |
Define this parameter in the request URI. |
endtime | 结束时间 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>