Tsarr Documentation - v1.8.0
Preparing search index...
Radarr
GetApiV3BlocklistData
Type Alias GetApiV3BlocklistData
type
GetApiV3BlocklistData
=
{
body
?:
never
;
path
?:
never
;
query
?:
{
page
?:
number
;
pageSize
?:
number
;
sortKey
?:
string
;
sortDirection
?:
Radarr
.
SortDirection
;
movieIds
?:
number
[]
;
protocols
?:
Radarr
.
DownloadProtocol
[]
;
}
;
url
:
"/api/v3/blocklist"
;
}
Index
Properties
body?
path?
query?
url
Properties
Optional
body
body
?:
never
Optional
path
path
?:
never
Optional
query
query
?:
{
page
?:
number
;
pageSize
?:
number
;
sortKey
?:
string
;
sortDirection
?:
Radarr
.
SortDirection
;
movieIds
?:
number
[]
;
protocols
?:
Radarr
.
DownloadProtocol
[]
;
}
url
url
:
"/api/v3/blocklist"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
Tsarr Documentation - v1.8.0
Loading...