mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Added an example
parent
9cb110b304
commit
4d48b744ba
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ Optional:
|
||||||
`start (date)`
|
`start (date)`
|
||||||
`end (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 ######
|
##### Returns JsonArray ######
|
||||||
|
|
||||||
````JSON
|
````JSON
|
||||||
|
|
Loading…
Reference in a new issue