Get List of Slates

/api2/liveevents2/slate/list

Gets the list of slates which have been designated as slate by putting them in a library,
and specifying that library as a pre-, post-, or mid-event slate library from within the Live Event Slates tab of the Slate page.

Request ParameterTypeDescription
slate_typestringThe slate type that you are requesting (pre, mid, post, missing_content, ad).

Sample request/response:

The Call() function, which is imported from uplynk_api2_auth module, prepares the message body and digital signature.

from uplynk_api2_auth import Call

print(Call('/api2/liveevents2/slate/list'))

{
	"desc": "Pre Event Slate",
	"cms_session_fingerprint": "cd610c433836d1cdbae4d8c43bf7abcb5d37055e",
	"id": "2fe75892123a436685aa3739c19fa9d3",
	"assets": [{
			"orig_filename": null,
			"ttml_url": "",
			"lastmod": 1461011640977,
			"require_drm": 0,
			"require_studio_drm": 0,
			"created": 1458256110985,
			"mp4_url": "",
			"autoexpire": 0,
			"slices": 0,
			"job_type": "vod",
			"test_players": [{
					"url": "https://content.uplynk.com/player5/5KaAUVMlh2KnYsR3893R0Esa.html",
					"expire": null,
					"params": "",
					"id": "5KaAUVMlh2KnYsR3893R0E",
					"desc": "5KaAUVMlh2KnYsR3893R0E"
				}
			],
			"libraries": [{
					"id": "2fe75892123a436685aa3739c19fa9d3",
					"desc": "Pre Event Slate"
				}
			],
			"test_player_url": "https://content.uplynk.com/player5/5KaAUVMlh2KnYsR3893R0Esa.html",
			"state": "ready",
			"rays": 7,
			"poster_url": "https://stg-ec-ore-u.uplynk.com/slices/05d/95cf96f52a8c42dbb8601c3e6103a8e5/05d9eba80aa5419e89363250cc972bdb/00000000.jpg",
			"duration": 3.970625,
			"embed_player_url": "https://content.uplynk.com/player5/7fRj7sjUJdxjhA4ZER23mCea.html",
			"external_id": "",
			"id": "05d9eba80aa5419e89363250cc972bdb",
			"thumb_url": "https://stg-ec-ore-u.uplynk.com/slices/05d/95cf96f52a8c42dbb8601c3e6103a8e5/05d9eba80aa5419e89363250cc972bdb/00000000.jpg",
			"desc": "Pre Slate"
		}
	]
}