action hillbillysoftware_aliases_get { label: "Get known aliases for Movies or Television shows" provider: hillbillysoftware method: GET path: "/Aliases/ByName/{AccessToken}/{Title}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Title: { type: "string" } } required: ["AccessToken", "Title"] additionalProperties: false } output: { type: "object" additionalProperties: true } }