GET api/ZRadio_DanhSachNhac/GetAllItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ZRadio_DanhSachNhacModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| TenBaiHat | string |
None. |
|
| UserCreate | string |
None. |
|
| Ngay | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "e82a837c-2782-4d63-af21-b372205d247c",
"TenBaiHat": "sample string 2",
"UserCreate": "sample string 3",
"Ngay": "2026-01-29T11:27:14.4022137+07:00"
},
{
"GuidID": "e82a837c-2782-4d63-af21-b372205d247c",
"TenBaiHat": "sample string 2",
"UserCreate": "sample string 3",
"Ngay": "2026-01-29T11:27:14.4022137+07:00"
}
]