I need to tell a series to refresh/rescan after post processing. The issue is that the only way I can tell a specific series to refresh/rescan is by using its internal sonarr ID (as far as i know), but I only have the tvdbid. So i’m using series-lookup to request series information using the tvdbid, but the series-lookup doesn’t return the interal sonarr ID for the series. So I have no way of calling for the refresh/rescan.
It also doesn’t contain the path information, which seems to only be retrievable via the series endpoint, which again, only takes the internal ID (as far as i know).
So how can I call a series endpoint or a series refresh/rescan with the tvdbid. Or how can i use the tvdbid to retrieve the internal series ID so that I can perform these calls?