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": "69bc492a-e426-4eed-a2c6-493021add549",
"Ngay": "2026-04-03T18:10:42.9036371+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "751c4b80-95cf-419f-87cb-23ec282439f4",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
},
{
"GuidID": "69bc492a-e426-4eed-a2c6-493021add549",
"Ngay": "2026-04-03T18:10:42.9036371+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "751c4b80-95cf-419f-87cb-23ec282439f4",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
}
]