GET api/water_result_detail/{center_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of water_result_detailName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cluster_id | integer |
None. |
|
center_id | integer |
None. |
|
create_time | date |
None. |
|
modify_time | date |
None. |
|
modify_by | integer |
None. |
|
record_status_id | signed byte |
None. |
|
audit_date | date |
None. |
|
audit_year | integer |
None. |
|
audit_month | integer |
None. |
|
audit_week | integer |
None. |
|
water_position_id | integer |
None. |
|
water_position_other | string |
None. |
|
hd_machine_no | integer |
None. |
|
water_result_bacteria_id | integer |
None. |
|
value_cfu_ml | string |
None. |
|
water_result_endotoxin_id | integer |
None. |
|
value_eu_ml | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:44:40.3747753+07:00", "modify_time": "2024-11-21T15:44:40.3747753+07:00", "modify_by": 6, "record_status_id": 64, "audit_date": "2024-11-21T15:44:40.3747753+07:00", "audit_year": 1, "audit_month": 1, "audit_week": 1, "water_position_id": 1, "water_position_other": "sample string 8", "hd_machine_no": 1, "water_result_bacteria_id": 1, "value_cfu_ml": "sample string 9", "water_result_endotoxin_id": 1, "value_eu_ml": "sample string 10" }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:44:40.3747753+07:00", "modify_time": "2024-11-21T15:44:40.3747753+07:00", "modify_by": 6, "record_status_id": 64, "audit_date": "2024-11-21T15:44:40.3747753+07:00", "audit_year": 1, "audit_month": 1, "audit_week": 1, "water_position_id": 1, "water_position_other": "sample string 8", "hd_machine_no": 1, "water_result_bacteria_id": 1, "value_cfu_ml": "sample string 9", "water_result_endotoxin_id": 1, "value_eu_ml": "sample string 10" } ]