1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 00:07:07 +00:00

Added an example

MarkLiamP 2016-08-26 06:10:21 -04:00
parent 9cb110b304
commit 4d48b744ba

@ -14,6 +14,12 @@ Optional:
`start (date)`
`end (date)`
##### Example #####
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
##### Returns JsonArray ######
````JSON