GET v1/events?location={location}&channel={channel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
location

integer

None.

channel

integer

None.

Body Parameters

None.

Response Information

Resource Description

EventsResource
NameDescriptionTypeAdditional information
Events

Collection of EventDto

None.

Response Formats

application/json, text/json

Sample:
{
  "events": [
    {
      "id": 1,
      "controlModuleSet": 1,
      "channel": 1,
      "location": 1,
      "schedule": 1,
      "show": 1,
      "reel": 1,
      "media": 1,
      "reelNumber": 1,
      "eventDateTime": "2025-05-23T17:03:15.7558366-04:00",
      "routerControlModuleSet": 1,
      "routerAction": 1,
      "deviceControlModuleSet": 1,
      "deviceAction": 1,
      "action": "load",
      "deviceRecordQuality": 1,
      "cgCode": 1,
      "setOverlayParams": {
        "overlayId": "sample string 1",
        "command": "on",
        "assetTimestamp": "2025-05-23T17:03:15.7558366-04:00",
        "assetUrl": "sample string 3",
        "animationDurationInSeconds": 4,
        "compositorParams": {
          "presentation_width": 1,
          "presentation_height": 1,
          "xpos": 1,
          "ypos": 1,
          "width": 1,
          "height": 1,
          "alpha": 1.1,
          "zorder": 1
        },
        "text": "sample string 5"
      },
      "autopilotSend": 1,
      "routerInputAddress": 1,
      "routerOutputAddress": 1,
      "routerTakeDevice": 2,
      "routerTakeOutput": 3,
      "device": 1,
      "deviceFileAudioProgramsCount": 1
    },
    {
      "id": 1,
      "controlModuleSet": 1,
      "channel": 1,
      "location": 1,
      "schedule": 1,
      "show": 1,
      "reel": 1,
      "media": 1,
      "reelNumber": 1,
      "eventDateTime": "2025-05-23T17:03:15.7558366-04:00",
      "routerControlModuleSet": 1,
      "routerAction": 1,
      "deviceControlModuleSet": 1,
      "deviceAction": 1,
      "action": "load",
      "deviceRecordQuality": 1,
      "cgCode": 1,
      "setOverlayParams": {
        "overlayId": "sample string 1",
        "command": "on",
        "assetTimestamp": "2025-05-23T17:03:15.7558366-04:00",
        "assetUrl": "sample string 3",
        "animationDurationInSeconds": 4,
        "compositorParams": {
          "presentation_width": 1,
          "presentation_height": 1,
          "xpos": 1,
          "ypos": 1,
          "width": 1,
          "height": 1,
          "alpha": 1.1,
          "zorder": 1
        },
        "text": "sample string 5"
      },
      "autopilotSend": 1,
      "routerInputAddress": 1,
      "routerOutputAddress": 1,
      "routerTakeDevice": 2,
      "routerTakeOutput": 3,
      "device": 1,
      "deviceFileAudioProgramsCount": 1
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.