Skip to content

Latest commit

 

History

History
157 lines (85 loc) · 4.83 KB

ServiceApi.md

File metadata and controls

157 lines (85 loc) · 4.83 KB

\ServiceApi

All URIs are relative to http://localhost:5055/api/v1

Method HTTP request Description
get_service_radarr_by_radarr_id GET /service/radarr/{radarrId} Get Radarr server quality profiles and root folders
get_service_sonarr_by_sonarr_id GET /service/sonarr/{sonarrId} Get Sonarr server quality profiles and root folders
list_service_radarr GET /service/radarr Get non-sensitive Radarr server list
list_service_sonarr GET /service/sonarr Get non-sensitive Sonarr server list
list_service_sonarr_lookup_by_tmdb_id GET /service/sonarr/lookup/{tmdbId} Get series from Sonarr

get_service_radarr_by_radarr_id

models::GetServiceRadarrByRadarrId2XxResponse get_service_radarr_by_radarr_id(radarr_id) Get Radarr server quality profiles and root folders

Returns a Radarr server's quality profile and root folder details in a JSON object.

Parameters

Name Type Description Required Notes
radarr_id f64 [required]

Return type

models::GetServiceRadarrByRadarrId2XxResponse

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_service_sonarr_by_sonarr_id

models::GetServiceSonarrBySonarrId2XxResponse get_service_sonarr_by_sonarr_id(sonarr_id) Get Sonarr server quality profiles and root folders

Returns a Sonarr server's quality profile and root folder details in a JSON object.

Parameters

Name Type Description Required Notes
sonarr_id f64 [required]

Return type

models::GetServiceSonarrBySonarrId2XxResponse

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

list_service_radarr

Vecmodels::RadarrSettings list_service_radarr() Get non-sensitive Radarr server list

Returns a list of Radarr server IDs and names in a JSON object.

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::RadarrSettings

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

list_service_sonarr

Vecmodels::SonarrSettings list_service_sonarr() Get non-sensitive Sonarr server list

Returns a list of Sonarr server IDs and names in a JSON object.

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::SonarrSettings

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

list_service_sonarr_lookup_by_tmdb_id

Vecmodels::SonarrSeries list_service_sonarr_lookup_by_tmdb_id(tmdb_id) Get series from Sonarr

Returns a list of series returned by searching for the name in Sonarr.

Parameters

Name Type Description Required Notes
tmdb_id f64 [required]

Return type

Vecmodels::SonarrSeries

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]