action tvmaze_get_user_votes_shows_show_id { label: "Check if a show is voted for" provider: tvmaze method: GET path: "/user/votes/shows/{show_id}" encoding: json output: { type: "object" properties: { show_id: { type: "integer" } vote: { type: "integer" description: "The vote number" } voted_at: { type: "integer" description: "Epoch timestamp for when the user voted for the episode" } } } }