GET v1/recordevents?start={start}&end={end}&location={location}&since={since}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

None.

end

date

None.

location

integer

None.

since

date

None.

Body Parameters

None.

Response Information

Resource Description

RecordEventsResource
NameDescriptionTypeAdditional information
RecordEvents

Collection of RecordEventDto

None.

Response Formats

application/json, text/json

Sample:
{
  "recordEvents": [
    {
      "id": 1,
      "location": 1,
      "name": "sample string 2",
      "runDateTime": "2025-05-23T16:39:05.8328052-04:00",
      "length": 1,
      "media": 1,
      "playDevice": 1,
      "playDeviceSlot": 1,
      "playDeviceTitle": 1,
      "playDeviceChapter": 1,
      "playDeviceCue": 1,
      "playDeviceFileKey": "sample string 4",
      "recordDevice": 1,
      "recordDeviceSlot": 1,
      "recordDeviceTitle": 1,
      "recordDeviceChapter": 1,
      "recordDeviceCue": 1,
      "recordDeviceFileKey": "sample string 5",
      "scheduleItem": 1,
      "runStatus": 1,
      "deleted": true,
      "networkStream": 1,
      "liveCaptions": true,
      "captionProvider": "sample string 8",
      "captionVocabulary": 1,
      "liveTranslations": true,
      "sourceLanguage": "sample string 10",
      "translationLanguage": "sample string 11",
      "recordAudioProgramCount": 1
    },
    {
      "id": 1,
      "location": 1,
      "name": "sample string 2",
      "runDateTime": "2025-05-23T16:39:05.8328052-04:00",
      "length": 1,
      "media": 1,
      "playDevice": 1,
      "playDeviceSlot": 1,
      "playDeviceTitle": 1,
      "playDeviceChapter": 1,
      "playDeviceCue": 1,
      "playDeviceFileKey": "sample string 4",
      "recordDevice": 1,
      "recordDeviceSlot": 1,
      "recordDeviceTitle": 1,
      "recordDeviceChapter": 1,
      "recordDeviceCue": 1,
      "recordDeviceFileKey": "sample string 5",
      "scheduleItem": 1,
      "runStatus": 1,
      "deleted": true,
      "networkStream": 1,
      "liveCaptions": true,
      "captionProvider": "sample string 8",
      "captionVocabulary": 1,
      "liveTranslations": true,
      "sourceLanguage": "sample string 10",
      "translationLanguage": "sample string 11",
      "recordAudioProgramCount": 1
    }
  ]
}

application/xml, text/xml

Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
  <RecordEvents>
    <RecordEvent>
      <CaptionProvider>sample string 8</CaptionProvider>
      <CaptionVocabulary>1</CaptionVocabulary>
      <Deleted>true</Deleted>
      <Id>1</Id>
      <Length>1</Length>
      <LiveCaptions>true</LiveCaptions>
      <LiveTranslations>true</LiveTranslations>
      <Location>1</Location>
      <Media>1</Media>
      <Name>sample string 2</Name>
      <NetworkStream>1</NetworkStream>
      <PlayDevice>1</PlayDevice>
      <PlayDeviceChapter>1</PlayDeviceChapter>
      <PlayDeviceCue>1</PlayDeviceCue>
      <PlayDeviceFileKey>sample string 4</PlayDeviceFileKey>
      <PlayDeviceSlot>1</PlayDeviceSlot>
      <PlayDeviceTitle>1</PlayDeviceTitle>
      <RecordAudioProgramCount>1</RecordAudioProgramCount>
      <RecordDevice>1</RecordDevice>
      <RecordDeviceChapter>1</RecordDeviceChapter>
      <RecordDeviceCue>1</RecordDeviceCue>
      <RecordDeviceFileKey>sample string 5</RecordDeviceFileKey>
      <RecordDeviceSlot>1</RecordDeviceSlot>
      <RecordDeviceTitle>1</RecordDeviceTitle>
      <RunDateTime>2025-05-23T16:39:05.8328052-04:00</RunDateTime>
      <RunStatus>1</RunStatus>
      <ScheduleItem>1</ScheduleItem>
      <SourceLanguage>sample string 10</SourceLanguage>
      <TranslationLanguage>sample string 11</TranslationLanguage>
    </RecordEvent>
    <RecordEvent>
      <CaptionProvider>sample string 8</CaptionProvider>
      <CaptionVocabulary>1</CaptionVocabulary>
      <Deleted>true</Deleted>
      <Id>1</Id>
      <Length>1</Length>
      <LiveCaptions>true</LiveCaptions>
      <LiveTranslations>true</LiveTranslations>
      <Location>1</Location>
      <Media>1</Media>
      <Name>sample string 2</Name>
      <NetworkStream>1</NetworkStream>
      <PlayDevice>1</PlayDevice>
      <PlayDeviceChapter>1</PlayDeviceChapter>
      <PlayDeviceCue>1</PlayDeviceCue>
      <PlayDeviceFileKey>sample string 4</PlayDeviceFileKey>
      <PlayDeviceSlot>1</PlayDeviceSlot>
      <PlayDeviceTitle>1</PlayDeviceTitle>
      <RecordAudioProgramCount>1</RecordAudioProgramCount>
      <RecordDevice>1</RecordDevice>
      <RecordDeviceChapter>1</RecordDeviceChapter>
      <RecordDeviceCue>1</RecordDeviceCue>
      <RecordDeviceFileKey>sample string 5</RecordDeviceFileKey>
      <RecordDeviceSlot>1</RecordDeviceSlot>
      <RecordDeviceTitle>1</RecordDeviceTitle>
      <RunDateTime>2025-05-23T16:39:05.8328052-04:00</RunDateTime>
      <RunStatus>1</RunStatus>
      <ScheduleItem>1</ScheduleItem>
      <SourceLanguage>sample string 10</SourceLanguage>
      <TranslationLanguage>sample string 11</TranslationLanguage>
    </RecordEvent>
  </RecordEvents>
</Resources>