-
|
Hello, as per the topic... how can I find out what ID my Quality Profiles have in Radarr and Sonarr? This is needed in the Radarr and Sonarr section settings in the script. I have my profiles so I want to specify their ID. Unfortunately, Radarr and Sonarr itself does not give this ID on the screen. |
Beta Was this translation helpful? Give feedback.
Answered by
Purfview
Mar 28, 2025
Replies: 1 comment 1 reply
-
|
Look at Or |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sllllr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at
https://<radarr_url>/radarr/api/v3/qualityprofile?apiKey=<apiKey>then you want the value from the id field, not the index in the array.Or
https://<radarr_url>/api/v3/qualityprofile?apiKey=<apiKey>