GET danhsachchedo?maxa={maxa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| maxa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of xa_chedo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| t_thuhut_116 | decimal number |
None. |
|
| t_uudai | decimal number |
None. |
|
| t_phucapkhuvuc | decimal number |
None. |
|
| thoigian | date |
None. |
|
| nguoisua | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"maxa": 2,
"t_thuhut_116": 3.1,
"t_uudai": 4.1,
"t_phucapkhuvuc": 5.1,
"thoigian": "2025-12-20T05:23:44.4172315+07:00",
"nguoisua": 1
},
{
"id": 1,
"maxa": 2,
"t_thuhut_116": 3.1,
"t_uudai": 4.1,
"t_phucapkhuvuc": 5.1,
"thoigian": "2025-12-20T05:23:44.4172315+07:00",
"nguoisua": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfxa_chedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<xa_chedo>
<id>1</id>
<maxa>2</maxa>
<nguoisua>1</nguoisua>
<t_phucapkhuvuc>5.1</t_phucapkhuvuc>
<t_thuhut_116>3.1</t_thuhut_116>
<t_uudai>4.1</t_uudai>
<thoigian>2025-12-20T05:23:44.4172315+07:00</thoigian>
</xa_chedo>
<xa_chedo>
<id>1</id>
<maxa>2</maxa>
<nguoisua>1</nguoisua>
<t_phucapkhuvuc>5.1</t_phucapkhuvuc>
<t_thuhut_116>3.1</t_thuhut_116>
<t_uudai>4.1</t_uudai>
<thoigian>2025-12-20T05:23:44.4172315+07:00</thoigian>
</xa_chedo>
</ArrayOfxa_chedo>