getNewestPodcasts
Returns the most recently published Podcast episodes.
Categories:
http://your-server/rest/getNewestPodcasts
Since 1.13.0
Returns the most recently published Podcast episodes.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
count |
No | 20 | The maximum number of episodes to return. |
Example
http://your-server/rest/getNewestPodcasts.view?u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response
element with a nested newestPodcasts
element on success.
// TODO
// TODO
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
newestPodcasts |
newestPodcasts |
Yes | The podacsts |
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)