 
 Viz Multichannel User Guide
Version 4.2 | Published July 31, 2023 ©
GET All Events with Matching Event ID (Version 1.0)
GET All Events with Matching Event ID
To retrieve a selected list of one or more items with a specific event-id associated with it, call this end-point and specify event-id to filter by:
Syntax
GET /GetEventsByEventId/[channel_name]/[playlist_name]/[event_id]Request
GET /GetEventsByEventId/test/continuous/070bf70c-0dbd-4fa6-a609-71bd34d6361c HTTP/1.1Response
HTTP/1.1 200 OKContent-Type: application/vizrt.integrationshub+xml; type=geteventsbyeventid<ResponseGetEventsByEventId xmlns="http://www.vizrt.com/integrationshub">   <title>GetEventsByEventId result from channel: continuous and Event Id filter: 070bf70c-0dbd-4fa6-a609-71bd34d6361c</title>   <description>GetEventsByEventId result from channel: continuous and Event Id filter: 070bf70c-0dbd-4fa6-a609-71bd34d6361c with Uri called at: http://127.0.0.1:9990/GetEventsByEventId/test/continuous/070bf70c-0dbd-4fa6-a609-71bd34d6361c</description>   <name>GetEventsByEventId result from channel: continuous and Event Id filter: 070bf70c-0dbd-4fa6-a609-71bd34d6361c</name>   <link href="http://127.0.0.1:9990/GetEventsByEventId/test/continuous/070bf70c-0dbd-4fa6-a609-71bd34d6361c" rel="self" type="application/vizrt.integrationshub+xml; type=ResponseGetEventsByEventId"/>   <primaryeventcount>0</primaryeventcount>   <secondaryeventcount>1</secondaryeventcount>   <page>      <description>TEST 4 - The Smashing Pumpkins/Bullet With Butterfly Wings</description>      <name>070bf70c-0dbd-4fa6-a609-71bd34d6361c</name>      <link href="http://127.0.0.1:9990/restapi/test/continuous/21479131448478/070bf70c-0dbd-4fa6-a609-71bd34d6361c" rel="self" type="application/vizrt.integrationshub+xml; type=page"/>      <timecode>60</timecode>      <take_duration>0</take_duration>      <page>lowerthird</page>      <take_count>1</take_count>   </page></ResponseGetEventsByEventId>