POST api/ZRadio_PlayList/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ZRadio_PlayListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ngay | date |
None. |
|
| TuGio | time interval |
None. |
|
| DenGio | time interval |
None. |
|
| MusicID | globally unique identifier |
None. |
|
| ZRadioFileName | string |
None. |
|
| Play | boolean |
None. |
|
| UserSetup | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "61421e71-c623-42c1-af4e-709cdeb3e7b2",
"Ngay": "2026-01-29T16:26:48.3486399+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "2729b22b-406f-4c1d-892c-936769142e48",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
},
{
"GuidID": "61421e71-c623-42c1-af4e-709cdeb3e7b2",
"Ngay": "2026-01-29T16:26:48.3486399+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "2729b22b-406f-4c1d-892c-936769142e48",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
}
]