action hillbillysoftware_trailer_count_by_id_get { label: "Get trailer count for passed ID" provider: hillbillysoftware method: GET path: "/Trailers/CountByID/{AccessToken}/{imdbID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } imdbID: { type: "string" } } required: ["AccessToken", "imdbID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }