action hillbillysoftware_musi_videos_get { label: "Lists all videos available for this Artist / Band" provider: hillbillysoftware method: GET path: "/Music/Videos/{AccessToken}/{ArtistID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } ArtistID: { type: "string" } } required: ["AccessToken", "ArtistID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }