GET api/station/daily_short?group_id={group_id}&component_id={component_id}&datetime_shooting={datetime_shooting}&lang_id={lang_id}
lấy thông tin trạm đo và giá trị pm25 || aqi với thời gian cho trước
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| group_id |
mã trạm |
string |
Required |
| component_id |
mã chất |
string |
Required |
| datetime_shooting |
thời gian yêu cầu lấy dữ liệu |
string |
Required |
| lang_id |
ngôn ngữ |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>