-
-
Save betandr/35aeb918cb178d2f806db4bf672f97ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schema": "schema_url_here.json", | |
"total": 0, | |
"limit": 0, | |
"offset": 0, | |
"results": [ | |
"type": "personalisation_activity", | |
"action": "started", | |
"added_at": "2016-08-05T09:59:11Z", | |
"activity": "plays", | |
"played_duration": "PT33S", | |
"domain": "radio", | |
"id": "b07m5dz0", // this is the episode pid | |
"version_id": "b07m58x5", //this is the version pid | |
"uas_type": "episode", | |
"data": { | |
/// episode_summary/clip_summary objects | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment