action hillbillysoftware_schedule_by_date_get { label: "Gets TV Schedule for selected data" provider: hillbillysoftware method: GET path: "/Calendar/ByDate/{AccessToken}/{Date}/{Country}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Country: { type: "string" } Date: { type: "string" } } required: ["AccessToken", "Country", "Date"] additionalProperties: false } output: { type: "object" additionalProperties: true } }