> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zype.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vizio EPG

# OpenAPI definition

```json
{
  "openapi": "3.0.1",
  "info": {
    "title": "Playout Scheduler",
    "description": "",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.zype.com/"
    }
  ],
  "security": [
    {
      "api_key": []
    }
  ],
  "paths": {
    "/scheduler/v2/channels/{id}/epg/vizio": {
      "get": {
        "summary": "Vizio EPG",
        "description": "",
        "operationId": "getVizioEPG",
        "tags": [
          "EPG"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "ID of Channel"
          },
          {
            "name": "custom_thumbnail",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            },
            "description": "If true, uses the custom thumbnail from the Assets when they have one."
          }
        ],
        "responses": {
          "200": {
            "description": "Return vizio epg for next 7 days",
            "content": {
              "application/json": {
                "schema": {
                  "title": "Vizio EPG",
                  "type": "object",
                  "properties": {
                    "availabilityFeed": {
                      "type": "object",
                      "properties": {
                        "sourceId": {
                          "type": "string",
                          "description": "Vizio provided source id"
                        },
                        "lineups": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string",
                                "description": "Playout channel id"
                              },
                              "channels": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "channelNumber": {
                                      "type": "string",
                                      "description": "Playout channel id"
                                    },
                                    "stationId": {
                                      "type": "string",
                                      "description": "Playout channel id"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "schedules": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "lineupId": {
                                "type": "string",
                                "description": "Playout channel id"
                              },
                              "scheduledContent": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "stationId": {
                                      "type": "string",
                                      "description": "Playout channel id"
                                    },
                                    "schedule": {
                                      "type": "object",
                                      "properties": {
                                        "start": {
                                          "type": "string",
                                          "format": "date-time",
                                          "description": "Start time of the asset"
                                        },
                                        "end": {
                                          "type": "string",
                                          "format": "date-time",
                                          "description": "End time of the asset"
                                        }
                                      }
                                    },
                                    "production": {
                                      "type": "object",
                                      "properties": {
                                        "id": {
                                          "type": "string",
                                          "description": "Asset id"
                                        },
                                        "scope": {
                                          "type": "string",
                                          "description": "Scope of the asset"
                                        }
                                      }
                                    },
                                    "offering": {
                                      "type": "object",
                                      "properties": {
                                        "id": {
                                          "type": "integer"
                                        },
                                        "payStructure": {
                                          "type": "string",
                                          "description": "Type of pay structure for the following asset"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "configurationFeed": {
                      "type": "object",
                      "properties": {
                        "source": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string",
                              "description": "Vizio provided source id"
                            },
                            "name": {
                              "type": "string",
                              "description": "Site title and Channel name"
                            }
                          }
                        }
                      }
                    },
                    "contentFeed": {
                      "type": "object",
                      "properties": {
                        "sourceId": {
                          "type": "string",
                          "description": "Vizio provided source id"
                        },
                        "productions": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "songTitle": {
                                "type": "string",
                                "description": "The title of the asset."
                              },
                              "id": {
                                "type": "integer",
                                "description": "Asset id."
                              },
                              "productionType": {
                                "type": "string",
                                "description": "The type of the production, e.g. \"MusicVideo\"."
                              },
                              "primaryTitle": {
                                "type": "object",
                                "properties": {
                                  "localizedStrings": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "rawLocale": {
                                          "type": "string",
                                          "description": "The raw locale of the string, e.g. \"en-US\"."
                                        },
                                        "text": {
                                          "type": "string",
                                          "description": "Asset title."
                                        }
                                      }
                                    }
                                  }
                                },
                                "description": "The primary title of the asset."
                              },
                              "primaryDescription": {
                                "type": "object",
                                "properties": {
                                  "localizedStrings": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "rawLocale": {
                                          "type": "string",
                                          "description": "The raw locale of the string, e.g. \"en-US\"."
                                        },
                                        "text": {
                                          "type": "string",
                                          "description": "Asset description."
                                        }
                                      }
                                    }
                                  }
                                },
                                "description": "The primary description of the asset."
                              },
                              "contentRatings": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "string",
                                      "description": "Contains asset parental rating type and value."
                                    },
                                    "ratingBody": {
                                      "type": "string",
                                      "description": "The rating body that issued the rating, e.g. \"MPAA\"."
                                    },
                                    "otherRatingBody": {
                                      "type": "string",
                                      "description": "If asset parental rating is not MPAA, then this field is used"
                                    },
                                    "rating": {
                                      "type": "string",
                                      "description": "Asset parental rating"
                                    },
                                    "isExplicit": {
                                      "type": "boolean",
                                      "description": "Is asset a mature content"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "stations": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string",
                                "description": "Playout channel id"
                              },
                              "stationType": {
                                "type": "string",
                                "description": "Returns station type e.g. \"VideoStation\""
                              },
                              "primaryTitle": {
                                "type": "object",
                                "properties": {
                                  "localizedStrings": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "rawLocale": {
                                          "type": "string",
                                          "description": "The raw locale of the string, e.g. \"en-US\"."
                                        },
                                        "text": {
                                          "type": "string",
                                          "description": "Channel title."
                                        }
                                      }
                                    }
                                  }
                                },
                                "description": "The primary title of the channel."
                              },
                              "primaryDescription": {
                                "type": "object",
                                "properties": {
                                  "localizedStrings": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "rawLocale": {
                                          "type": "string",
                                          "description": "The raw locale of the string, e.g. \"en-US\"."
                                        },
                                        "text": {
                                          "type": "string",
                                          "description": "Channel description."
                                        }
                                      }
                                    }
                                  }
                                },
                                "description": "The primary description of the channel."
                              },
                              "contentRatings": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "string",
                                      "description": "Contains channel parental rating type and value."
                                    },
                                    "ratingBody": {
                                      "type": "string",
                                      "description": "The rating body that issued the rating, e.g. \"MPAA\"."
                                    },
                                    "rating": {
                                      "type": "string",
                                      "description": "Channel parental rating"
                                    },
                                    "isExplicit": {
                                      "type": "boolean",
                                      "description": "Does channel contains mature content"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Channel not found",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/paths/~1scheduler~1v2~1uploads/post/responses/404/content/application~1json/schema"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "api_key": {
        "type": "apiKey",
        "name": "X-API-Key",
        "in": "header"
      }
    }
  }
}
```