EventPreview
Preview information for an event.
Fields
Field | Description |
---|---|
linkurl string | Link url Example value:"https://itunes.apple.com/be/album/beercan/1301380421?i=1301380434&app=music&ign-mpt=uo%3D4" |
previewimage string | Link to preview image Example value:"https://img.youtube.com/vi/eaZRSQfFo8Y/0.jpg" |
subtitle string | Preview subtitle Example value:"Beercan" |
title string | Preview title Example value:"Beck" |
type int | Preview type. Currently supported values are: itunes (30001), youtube (30002), soundcloud (30003) Example value:30001 |
url string | Preview url Example value:"https://www.youtube.com/watch?v=RIGgn1s3AvI" |
Example
1{
2 "linkurl": "https://itunes.apple.com/be/album/beercan/1301380421?i=1301380434&app=music&ign-mpt=uo%3D4",
3 "previewimage": "https://img.youtube.com/vi/eaZRSQfFo8Y/0.jpg",
4 "subtitle": "Beercan",
5 "title": "Beck",
6 "type": 30001,
7 "url": "https://www.youtube.com/watch?v=RIGgn1s3AvI"
8}