action hillbillysoftware_trailer_search_get { label: "Gets trailers by search phrase (limited to 10 records)" provider: hillbillysoftware method: GET path: "/Trailers/Search/{AccessToken}/{Phrase}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Phrase: { type: "string" } } required: ["AccessToken", "Phrase"] additionalProperties: false } output: { type: "object" additionalProperties: true } }