GET api/Report/GetListNhomBaoCao?userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MobileMauInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MaMau | string |
None. |
|
| TenMau | string |
None. |
|
| Xem | integer |
None. |
|
| ThuTu | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MaMau": "sample string 2",
"TenMau": "sample string 3",
"Xem": 1,
"ThuTu": 1
},
{
"ID": 1,
"MaMau": "sample string 2",
"TenMau": "sample string 3",
"Xem": 1,
"ThuTu": 1
}
]