1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 15:56:58 +00:00

Updated Calendar (markdown)

MarkLiamP 2016-08-26 06:13:22 -04:00
parent 97d1f03e0a
commit 163d89ce72

@ -18,7 +18,9 @@ Optional:
To get a list of all items appearing on the Sonarr calendar between January 26, 2014 and January 27, 2014, you could call: To get a list of all items appearing on the Sonarr calendar between January 26, 2014 and January 27, 2014, you could call:
http://<your.sonar.ip.address>:<port>/api/calendar?apikey=<YourApiKey>&start=2014-01-26&end=2014-01-27 http://sonarr.ip:port/api/calendar?apikey=YourApiKey&start=2014-01-26&end=2014-01-27
Note that you need to replace 'sonarr.ip' and 'port' with the IP address of the machine running Sonarr and the port it's listening on, in addition to 'YourApiKey' being replaced with the API key of your Sonarr installation.
##### Returns JsonArray ###### ##### Returns JsonArray ######