POST api/ZRadio_PlayStatus/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_PlayStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| CompName | string |
None. |
|
| CompInfo | string |
None. |
|
| ThoiGian | date |
None. |
|
| MusicID | globally unique identifier |
None. |
|
| ZRadioFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "6af5568e-d3c1-4cfc-a105-57c51cb82bcf",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"ThoiGian": "2026-01-29T16:26:27.4305248+07:00",
"MusicID": "ed0e6c0b-0dbf-4760-89c3-ced3e9fd7f00",
"ZRadioFileName": "sample string 4"
},
{
"GuidID": "6af5568e-d3c1-4cfc-a105-57c51cb82bcf",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"ThoiGian": "2026-01-29T16:26:27.4305248+07:00",
"MusicID": "ed0e6c0b-0dbf-4760-89c3-ced3e9fd7f00",
"ZRadioFileName": "sample string 4"
}
]