action thetvdb_get_series_id_images_query_params { label: "get_series_id_images_query_params" description: "Returns the allowed query keys for the `/series/{id}/images/query` route. Contains a parameter record for each unique `keyType`, listing values that will return results." provider: thetvdb method: GET path: "/series/{id}/images/query/params" encoding: json output: { type: "object" additionalProperties: true } }