mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 15:56:58 +00:00
Updated Calendar (markdown)
parent
97d1f03e0a
commit
163d89ce72
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
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 ######
|
||||
|
||||
|
|
Loading…
Reference in a new issue