GET api/Folder/GetFoldersByStationId?stationId={stationId}

获取某频率的所有栏目(详细信息)

Request Information

Parameters

NameDescriptionAdditional information
stationId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}