GET api/ZRadio_PlayList/GetZRadioPlay_CurrentTime
Request Information
URI Parameters
None.
Body Parameters
None.
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": "502aa942-6e3e-48b8-9d9b-399e4857e277",
"Ngay": "2026-04-03T18:10:42.2634602+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "e3f08eca-e2e5-459b-b3bb-8b71053ad363",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
},
{
"GuidID": "502aa942-6e3e-48b8-9d9b-399e4857e277",
"Ngay": "2026-04-03T18:10:42.2634602+07:00",
"TuGio": "00:00:00.1234567",
"DenGio": "00:00:00.1234567",
"MusicID": "e3f08eca-e2e5-459b-b3bb-8b71053ad363",
"ZRadioFileName": "sample string 6",
"Play": true,
"UserSetup": "sample string 8"
}
]