1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated API:History (markdown)

Morranr 2018-02-23 12:22:47 -06:00
parent 3b4a380724
commit 6177730f10

@ -9,16 +9,15 @@ Gets history (grabs/failures/completed)
Required:
`none`
`page (int)` - 1-indexed
Optional:
`pageSize (int)` - Default: 0
`sortKey (string)` - `movie.title` or `date`
`page (int)` - 1-indexed Default: 1
`pageSize (int)` - Default: 15
`sortDir (string)` - `asc` or `desc` - Default: asc
##### Returns JsonArray ######