GET Api/Service/Setting/GetReduceIntervalSettings/{SettingId}
基于配置ID获取降舱细化时间设置项列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SettingId |
父级ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
基于配置ID获取降舱细化时间设置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetReduceIntervalSettingModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
ReduceSettingId |
父级ID |
globally unique identifier |
None. |
HourTag |
小时标签(1,2,3,.....24) |
string |
Required String length: inclusive between 0 and 80 |
IntervalTime |
执行间隔时间(分钟) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "6bfce12a-aa39-4c48-aa3a-00f82e648f1b", "ReduceSettingId": "0638781b-8338-4308-9a4f-12df17ff3bfe", "HourTag": "sample string 3", "IntervalTime": 4 }, { "ID": "6bfce12a-aa39-4c48-aa3a-00f82e648f1b", "ReduceSettingId": "0638781b-8338-4308-9a4f-12df17ff3bfe", "HourTag": "sample string 3", "IntervalTime": 4 } ]