-
Zur Diskussion steht noch das finale Dateiformat zur Anlieferung und Verteilung von Live-Titelinformationen (s.u.) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Subscription management
Body {
"type": "pubsub",
"url": "https://example.com/my/webhook/for/this/subscription",
"email": "[email protected]",
"topic": "topic-name-to-subscribe-to"
} Returns
{
"id": "abc-123-def"
}
|
Beta Was this translation helpful? Give feedback.
-
Title Demo
{
"event": "de.ard.eventhub.v1.radio.track.playing"
"id": "abc-1234", /* string - unique and generated by exchange service */
"epgId": "28468",
"station": /* not required for POST, looked up by epgId */
{
"name": "SWR3",
...
},
"start": "2020-01-19T06:00:00+01:00", /* ISO 8601 */
"length": 240000, /* duration in MS */
"artist": "Herbert Grönemeyer",
"title": "Was soll das",
"type": "music", /* enum see below */
"media": [
{
"type": "cover",
"url": "https://www.example.com/cover.jpg",
"templateUrl": "https://www.example.com/cover.jpg?width={width}", /* dynamic sizing if supported */
"description": "Cover Herbert Grönemeyer",
"attribution": "Fotograf XYZ"
},
{
"type": "artist",
"url": "https://www.example.com/herbert.jpg",
"templateUrl": null,
"description": "Künstlerbild Herbert Grönemeyer",
"attribution": "Fotograf ABC"
},
],
"externalId": "1234B", /* not unique and provided by broadcaster */
"ardConfId": "98765", /* nullable */
"isrc": "U12345", /* nullable */
"upc": "DE67890", /* nullable */
"mpn": "98765", /* nullable */
/* Privacy Flag */
"isInternal": false /* nullable */
} |
Beta Was this translation helpful? Give feedback.
-
ENUM
|
Beta Was this translation helpful? Give feedback.
Title Demo
POST /event?publisherId=swr-987