Download OpenAPI specification:Download
[- {
- "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "installedRank": 0,
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
]
get-job
organization | Array of strings |
providerId | string |
userId | string |
status | Array of strings Items Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
{- "_embedded": {
- "jobs": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
Returns queued job
jobId required | integer <int64> Job id |
organization | Array of strings Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Update job status
jobId required | integer <int64> Job id |
organization | Array of strings |
dateCreated | string <date-time> |
dateFinished | string <date-time> |
entityId | string |
fileName | string |
id | string |
jobType | string |
Array of objects (ModifyResultMessage) | |
organization | string |
resourceExtension | string |
resourceLink | string |
serviceProviderId | string |
status | string Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
uniqueId | string |
userId | string |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns schedules
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
required | object (ScheduleSearch) |
organization | string Organization Id |
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new schedule
organization | string Organization Id |
archiveStatus | string Enum: "NOT_ARCHIVED" "ARCHIVING" "UN_ARCHIVING" "ARCHIVED" |
breakMax | integer <int64> |
breakMin | integer <int64> |
channel | string |
channelId | integer <int64> |
dateApplied | string <date-time> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
finishDate | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
organization | string |
playlistType | string |
startDate | string <date-time> |
status | string |
txdate | string |
version | integer <int32> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Deletes specified schedules
organization | string Organization Id |
[- 0
]
[- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
]
[- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
]
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Creates new schedule
fps | number |
scriptId | string |
fileName | string |
organization | string Organization Id |
file required | string <binary> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
Creates new schedule, returns processing job
fps | number |
scriptId | string |
fileName | string |
organization | string Organization Id |
file required | string <binary> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns schedules
selectedPlaylistId | integer <int64> |
organization | string Organization Id |
size | integer Number of items per page (defaults to 20) |
page | integer Page number (defaults to 0) |
sort | string Properties that should be sorted by in the format property,property(,ASC|DESC). Default sort direction is ascending. Use multiple sort parameters if you want to switch directions, e.g. ?sort=firstname&sort=lastname,asc |
dateUpdatedFrom | string <date-time> |
dateUpdatedTo | string <date-time> |
finishDateFrom | string <date-time> |
finishDateTo | string <date-time> |
fps | number |
name | string |
nameSubString | string |
startDateFrom | string <date-time> |
startDateTo | string <date-time> |
statuses | Array of strings |
{- "dateUpdatedFrom": "2019-08-24T14:15:22Z",
- "dateUpdatedTo": "2019-08-24T14:15:22Z",
- "finishDateFrom": "2019-08-24T14:15:22Z",
- "finishDateTo": "2019-08-24T14:15:22Z",
- "fps": 0,
- "name": "string",
- "nameSubString": "string",
- "startDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "statuses": [
- "string"
]
}
{- "content": [
- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
], - "empty": true,
- "first": true,
- "last": true,
- "number": 0,
- "numberOfElements": 0,
- "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}
Removes schedule by id
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns schedule found by id
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Updates schedule by id
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
archiveStatus | string Enum: "NOT_ARCHIVED" "ARCHIVING" "UN_ARCHIVING" "ARCHIVED" |
breakMax | integer <int64> |
breakMin | integer <int64> |
channel | string |
channelId | integer <int64> |
dateApplied | string <date-time> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
finishDate | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
organization | string |
playlistType | string |
startDate | string <date-time> |
status | string |
txdate | string |
version | integer <int32> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Sends schedule events to archive
scheduleId required | integer <int64> |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
scheduleId required | integer <int64> |
assetName required | string |
organization | string Organization Id |
[- {
- "assetId": "string",
- "assetSize": 0,
- "customFields": {
- "property1": "string",
- "property2": "string"
}, - "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fileCount": 0,
- "fileData": [
- {
- "completeDate": "2019-08-24T14:15:22Z",
- "createDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "file": {
- "baseName": "string",
- "crc32": 0,
- "encoding": "string",
- "extension": "string",
- "fileName": "string",
- "fileSize": 0,
- "fileTimestamp": 0,
- "md5": "string"
}, - "id": "string",
- "ingestAgentId": "string",
- "ingestSourceId": "string",
- "journal": [
- {
- "actor": "string",
- "entryType": "string",
- "message": "string",
- "reason": "string",
- "timeStamp": 0
}
], - "leaseExpires": "2019-08-24T14:15:22Z",
- "leasedBy": "string",
- "mediaInfo": {
- "audioLoudnessData": {
- "summary": {
- "integrated": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "momentary": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "range": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "samplePeak": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "shortTermMaximum": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "total": 0,
- "truePeak": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}
}, - "trackLoudnessData": [
- {
- "file": "string",
- "integrated": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "momentary": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "number": 0,
- "range": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "samplePeak": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "shortTermMaximum": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}, - "total": 0,
- "truePeak": {
- "factor": 0,
- "lu": 0,
- "lufs": 0,
- "spfs": 0,
- "tpfs": 0
}
}
]
}, - "audioMappings": [
- {
- "languageCode": "string",
- "trackIndex": 0
}
], - "audioStreams": [
- {
- "duration": 0,
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0
}
], - "chapterStreams": [
- {
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0
}
], - "duration": 0,
- "fileExtension": "string",
- "fileName": "string",
- "fileSize": 0,
- "firstFrameTime": 0,
- "format": "string",
- "frameCount": 0,
- "frameRate": 0,
- "imageStreams": [
- {
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0
}
], - "languageCode": "string",
- "menuStreams": [
- {
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0
}
], - "otherStreams": [
- {
- "count": 0,
- "format": "string",
- "muxingMode": "string",
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0,
- "timeCode": "string"
}
], - "overallBitrate": 0,
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0,
- "textStreams": [
- {
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0
}
], - "timecodeIn": 0,
- "title": "string",
- "videoStreams": [
- {
- "bitDepth": 0,
- "bitRate": 0,
- "codec": "string",
- "displayAspectRatio": "string",
- "duration": 0,
- "format": "string",
- "frameCount": 0,
- "frameRate": 0,
- "height": 0,
- "language": "string",
- "pixelAspectRatio": 0,
- "properties": {
- "property1": { },
- "property2": { }
}, - "streamId": 0,
- "title": "string",
- "uniqueId": "string",
- "width": 0
}
]
}, - "mediaStoreObject": {
- "bucketName": "string",
- "objectName": "string",
- "publicRead": true,
- "ttl": 0,
- "url": "string"
}, - "mediaType": "VIDEO",
- "organizationId": "string",
- "origin": {
- "name": "string",
- "path": "string",
- "properties": {
- "property1": "string",
- "property2": "string"
}, - "type": "LOCAL"
}, - "parentId": "string",
- "priority": 0,
- "processingInfo": {
- "actor": "string",
- "bytesDone": 0,
- "expires": 0,
- "percentDone": 0,
- "started": "2019-08-24T14:15:22Z",
- "type": "FTP_TRANSFER"
}, - "properties": {
- "property1": "string",
- "property2": "string"
}, - "qcInfo": {
- "messages": [
- "string"
], - "qcStatus": "UNKNOWN",
- "ruleMessages": [
- {
- "rule": "string",
- "status": "UNKNOWN",
- "text": "string"
}
]
}, - "source": {
- "baseName": "string",
- "crc32": 0,
- "encoding": "string",
- "extension": "string",
- "fileName": "string",
- "fileSize": 0,
- "fileTimestamp": 0,
- "md5": "string"
}, - "status": "NEW",
- "storageStatus": "AVAILABLE"
}
], - "mediaId": "string",
- "metadata": {
- "aspectRatio": "string",
- "audioTrackCount": 0,
- "audioTrackLanguages": [
- "string"
], - "durationInFrames": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "fps": 0.1,
- "resolution": "string",
- "subtitleFileCount": 0,
- "subtitleLanguages": [
- "string"
], - "videoCodec": "string"
}, - "name": "string",
- "qcInfo": {
- "assetRuleMessages": [
- {
- "rule": "string",
- "status": "UNKNOWN",
- "text": "string"
}
], - "fileRuleMessages": [
- {
- "fileName": "string",
- "rule": "string",
- "status": "UNKNOWN",
- "text": "string"
}
], - "messages": [
- "string"
], - "qcStatus": "UNKNOWN"
}, - "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "storageType": "ARCHIVED",
- "systemFields": {
- "eom": 0,
- "epgRelevant": true,
- "episodeNumber": 0,
- "houseId": "string",
- "recordingInfo": {
- "channelId": "string",
- "channelName": "string",
- "endTime": "2019-08-24T14:15:22Z",
- "outputName": "string",
- "playoutId": "string",
- "playoutName": "string",
- "startTime": "2019-08-24T14:15:22Z"
}, - "seasonNumber": 0,
- "seriesName": "string",
- "som": 0,
- "splitPartOffsets": [
- 0
], - "timecodeIn": 0,
- "title": "string",
- "trimmable": true
}, - "tags": [
- {
- "name": "string"
}
], - "version": 0
}
]
Performs EPG event make based on critteria
scheduleId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
pageNumber | integer <int32> |
pageSize | integer <int32> |
{- "eventType": "PRIMARY",
- "pageNumber": 0,
- "pageSize": 0
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Performs SCTE event mark based on critteria
scheduleId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
pageNumber | integer <int32> |
pageSize | integer <int32> |
{- "eventType": "PRIMARY",
- "pageNumber": 0,
- "pageSize": 0
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Syncs event title with asset system fields title.
scheduleId required | integer <int64> Schedule id |
required | object (ScheduleEventSearchDTO) |
required | object (Pageable) |
organization required | string |
[- 0
]
{- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}
scheduleId required | integer <int64> |
organization required | string |
eventId | integer <int64> |
fixAll | boolean |
required | object (Pageable) |
required | object (ScheduleEventSearchDTO) |
{- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}
Performs event change update based on critteria
scheduleId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
ids | Array of integers <int64> unique [ items <int64 > ] |
pageNumber | integer <int32> |
pageSize | integer <int32> |
object (EventProgrammeDTO) | |
replacementType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
Array of objects (SCTE35SignalDTO) | |
Array of objects (SecondaryEventDTO) |
{- "eventType": "PRIMARY",
- "ids": [
- 0
], - "pageNumber": 0,
- "pageSize": 0,
- "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "replacementType": "PRIMARY",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
]
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Update schedule changes
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization required | string |
required | object (ScheduleEventSearchDTO) |
createFirst | boolean |
Array of objects (EventDTO) | |
deleteOnly | boolean |
deleted | Array of integers <int64> [ items <int64 > ] |
empty | boolean |
object (EventLoop) | |
pageNumber | integer <int32> |
pageSize | integer <int32> |
object (AssetReplacement) | |
Array of objects (EventDTO) | |
shiftBy | integer <int64> |
shiftFrom | string <date-time> |
object (EventSplit) | |
updateOnly | boolean |
Array of objects (EventDTO) |
{- "createFirst": true,
- "created": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "deleteOnly": true,
- "deleted": [
- 0
], - "empty": true,
- "eventLoop": {
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "loopFrom": "2019-08-24T14:15:22Z",
- "loopTo": "2019-08-24T14:15:22Z"
}, - "pageNumber": 0,
- "pageSize": 0,
- "replacement": {
- "mediaId": "string",
- "replacementEventId": 0,
- "replacementEventOnAirTime": "2019-08-24T14:15:22Z"
}, - "sentToEnd": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "shiftBy": 0,
- "shiftFrom": "2019-08-24T14:15:22Z",
- "split": {
- "breakDuration": 0,
- "breakTitlePattern": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "partSuffix": "string",
- "placeholderId": "string",
- "segments": [
- {
- "duration": 0,
- "endTime": 0,
- "startTime": 0,
- "stub": true
}
]
}, - "updateOnly": true,
- "updated": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Apply schedule changes
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization required | string |
createFirst | boolean |
Array of objects (EventDTO) | |
deleteOnly | boolean |
deleted | Array of integers <int64> [ items <int64 > ] |
empty | boolean |
object (EventLoop) | |
pageNumber | integer <int32> |
pageSize | integer <int32> |
object (AssetReplacement) | |
Array of objects (EventDTO) | |
shiftBy | integer <int64> |
shiftFrom | string <date-time> |
object (EventSplit) | |
updateOnly | boolean |
Array of objects (EventDTO) |
{- "createFirst": true,
- "created": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "deleteOnly": true,
- "deleted": [
- 0
], - "empty": true,
- "eventLoop": {
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "loopFrom": "2019-08-24T14:15:22Z",
- "loopTo": "2019-08-24T14:15:22Z"
}, - "pageNumber": 0,
- "pageSize": 0,
- "replacement": {
- "mediaId": "string",
- "replacementEventId": 0,
- "replacementEventOnAirTime": "2019-08-24T14:15:22Z"
}, - "sentToEnd": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "shiftBy": 0,
- "shiftFrom": "2019-08-24T14:15:22Z",
- "split": {
- "breakDuration": 0,
- "breakTitlePattern": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "partSuffix": "string",
- "placeholderId": "string",
- "segments": [
- {
- "duration": 0,
- "endTime": 0,
- "startTime": 0,
- "stub": true
}
]
}, - "updateOnly": true,
- "updated": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}
{- "content": {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Discard schedule changes
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization required | string |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns event page numbers of schedule changes found by id
scheduleId required | integer <int64> |
changesId required | integer <int64> |
time required | integer <int64> |
pageSize required | integer <int64> |
required | object (ScheduleEventSearchDTO) |
organization required | string |
0
Get schedule changes event programme summary
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization required | string |
{- "programme": [
- {
- "description": "string",
- "duration": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}
Get schedule changes events page
scheduleId required | integer <int64> |
changesId required | integer <int64> |
required | object (ScheduleEventSearchDTO) |
required | object (Pageable) |
organization required | string |
{- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}
Returns evaluated parameter value map, where placeholders like ${current.title} are replaced with real values
scheduleId required | integer <int64> |
changesId required | integer <int64> |
onAirTimeFrom required | integer <int64> |
organization required | string |
command | string Enum: "ON" "OFF" |
objectName | string |
offset | integer <int64> |
origin | string Enum: "FROM_START" "FROM_END" |
object | |
object |
{- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
{- "property1": {
- "asset": true,
- "assetExists": true,
- "evaluatedValue": "string"
}, - "property2": {
- "asset": true,
- "assetExists": true,
- "evaluatedValue": "string"
}
}
Get schedule changes event summary
scheduleId required | integer <int64> |
changesId required | integer <int64> |
required | object (Pageable) |
organization required | string |
{- "currentEventPage": 0,
- "eventsByType": {
- "property1": {
- "pages": [
- 0
], - "total": 0
}, - "property2": {
- "pages": [
- 0
], - "total": 0
}
}, - "gaps": {
- "pages": [
- 0
], - "total": 0
}, - "missingAssetsEvents": {
- "pages": [
- 0
], - "total": 0
}, - "overlaps": {
- "pages": [
- 0
], - "total": 0
}, - "totalProgrammes": 0,
- "unsuccessfulQCAssetsEvents": {
- "pages": [
- 0
], - "total": 0
}
}
Performs EPG event make based on critteria
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
pageNumber | integer <int32> |
pageSize | integer <int32> |
{- "eventType": "PRIMARY",
- "pageNumber": 0,
- "pageSize": 0
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Performs SCTE event mark based on critteria
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
pageNumber | integer <int32> |
pageSize | integer <int32> |
{- "eventType": "PRIMARY",
- "pageNumber": 0,
- "pageSize": 0
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Performs event change update based on critteria
scheduleId required | integer <int64> |
changesId required | integer <int64> |
organization | string |
required | object (ScheduleEventSearchDTO) |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
ids | Array of integers <int64> unique [ items <int64 > ] |
pageNumber | integer <int32> |
pageSize | integer <int32> |
object (EventProgrammeDTO) | |
replacementType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
Array of objects (SCTE35SignalDTO) | |
Array of objects (SecondaryEventDTO) |
{- "eventType": "PRIMARY",
- "ids": [
- 0
], - "pageNumber": 0,
- "pageSize": 0,
- "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "replacementType": "PRIMARY",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
]
}
{- "content": {
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "page": {
- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}, - "startDate": "2019-08-24T14:15:22Z"
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Copies schedule
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
"string"
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns XML file containing exported schedule
scheduleId required | integer <int64> Schedule id |
fileName required | string File name |
organization | string Organization Id |
{- "code": 0,
- "messages": [
- "string"
]
}
Returns event list of schedule found by id
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
[- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
Creates new event
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
color | string |
Array of objects (ContentAdvisory) | |
deviation | integer <int64> |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
status | string Enum: "NOT_READY" "CACHING_IN_PROGRESS" "READY" "FAILED" "LIVE" "EMPTY" "INCOMPLETE" "ARCHIVED" |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
Updates events
scheduleId required | integer <int64> Schedule id |
version required | integer <int32> Schedule version |
organization | string Organization Id |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
color | string |
Array of objects (ContentAdvisory) | |
deviation | integer <int64> |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
status | string Enum: "NOT_READY" "CACHING_IN_PROGRESS" "READY" "FAILED" "LIVE" "EMPTY" "INCOMPLETE" "ARCHIVED" |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
[- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Deletes specified schedule events
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
[- 0
]
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns event page numbers of schedule found by id
scheduleId required | integer <int64> |
time required | integer <int64> |
pageSize required | integer <int64> |
required | object (ScheduleEventSearchDTO) |
organization required | string |
0
Shifts events starting from supplied event Id until next locked event or last event in order to remove overlaps and gaps.
scheduleId required | integer <int64> Schedule id |
version required | integer <int32> Schedule version |
fixAll | boolean |
organization | string Organization Id |
Event Id
0
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Creates, updates, deletes multiple schedule events
scheduleId required | integer <int64> Schedule id |
version required | integer <int32> Schedule version |
organization | string Organization Id |
createFirst | boolean |
Array of objects (EventDTO) | |
deleteOnly | boolean |
deleted | Array of integers <int64> [ items <int64 > ] |
empty | boolean |
object (EventLoop) | |
pageNumber | integer <int32> |
pageSize | integer <int32> |
object (AssetReplacement) | |
Array of objects (EventDTO) | |
shiftBy | integer <int64> |
shiftFrom | string <date-time> |
object (EventSplit) | |
updateOnly | boolean |
Array of objects (EventDTO) |
{- "createFirst": true,
- "created": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "deleteOnly": true,
- "deleted": [
- 0
], - "empty": true,
- "eventLoop": {
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "loopFrom": "2019-08-24T14:15:22Z",
- "loopTo": "2019-08-24T14:15:22Z"
}, - "pageNumber": 0,
- "pageSize": 0,
- "replacement": {
- "mediaId": "string",
- "replacementEventId": 0,
- "replacementEventOnAirTime": "2019-08-24T14:15:22Z"
}, - "sentToEnd": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "shiftBy": 0,
- "shiftFrom": "2019-08-24T14:15:22Z",
- "split": {
- "breakDuration": 0,
- "breakTitlePattern": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "partSuffix": "string",
- "placeholderId": "string",
- "segments": [
- {
- "duration": 0,
- "endTime": 0,
- "startTime": 0,
- "stub": true
}
]
}, - "updateOnly": true,
- "updated": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}
{- "content": {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Returns schedule EPG summary
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
{- "programme": [
- {
- "description": "string",
- "duration": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}
Replaces asset for all events that match asset id
scheduleId required | integer <int64> Playlist id |
assetId required | string AssetId |
version required | integer <int32> Schedule version |
organization | string Organization Id |
assetId | string |
fillGaps | boolean |
{- "assetId": "string",
- "fillGaps": true
}
{- "eventsModified": 0,
- "firstEventTime": "2019-08-24T14:15:22Z",
- "lastEventTime": "2019-08-24T14:15:22Z",
- "newMediaId": "string",
- "originalMediaId": "string"
}
Returns event page of schedule found by id
scheduleId required | integer <int64> |
organization required | string Organization Id |
term | string Search term - search by event title |
size | long Number of items per page (defaults to 20) |
page | integer Page number (defaults to 0) |
{- "content": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "empty": true,
- "first": true,
- "gaps": {
- "property1": 0,
- "property2": 0
}, - "last": true,
- "number": 0,
- "numberOfElements": 0,
- "overlaps": {
- "property1": 0,
- "property2": 0
}, - "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "programmes": {
- "property1": 0,
- "property2": 0
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}
Returns evaluated parameter value map, where placeholders like ${current.title} are replaced with real values
scheduleId required | integer <int64> |
onAirTimeFrom required | integer <int64> |
organization | string Organization Id |
command | string Enum: "ON" "OFF" |
objectName | string |
offset | integer <int64> |
origin | string Enum: "FROM_START" "FROM_END" |
object | |
object |
{- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
{- "property1": {
- "asset": true,
- "assetExists": true,
- "evaluatedValue": "string"
}, - "property2": {
- "asset": true,
- "assetExists": true,
- "evaluatedValue": "string"
}
}
Shift schedule by specified number of milliseconds
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
Number of milliseconds to shift
0
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns schedule events summary containing event/gap/overlap totals and pages
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
size | long Number of items per page (defaults to 20) |
{- "currentEventPage": 0,
- "eventsByType": {
- "property1": {
- "pages": [
- 0
], - "total": 0
}, - "property2": {
- "pages": [
- 0
], - "total": 0
}
}, - "gaps": {
- "pages": [
- 0
], - "total": 0
}, - "missingAssetsEvents": {
- "pages": [
- 0
], - "total": 0
}, - "overlaps": {
- "pages": [
- 0
], - "total": 0
}, - "totalProgrammes": 0,
- "unsuccessfulQCAssetsEvents": {
- "pages": [
- 0
], - "total": 0
}
}
Syncs event title with asset system fields title.
scheduleId required | integer <int64> Schedule id |
organization required | string Organization Id |
[- 0
]
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Transposes schedule to a new starting time
scheduleId required | integer <int64> Schedule id |
organization | string Organization Id |
Start time
"2019-08-24T14:15:22Z"
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Returns validation result
scheduleId required | integer <int64> Schedule id |
channelId | integer <int64> Channel Id |
fullList | boolean Default: true fullList |
organization | string Organization Id |
{- "archivedAssetEvents": [
- 0
], - "archivedAssets": [
- "string"
], - "breakIssues": [
- {
- "overlapping": true,
- "timeFrom": 0,
- "value": 0
}
], - "breaks": [
- [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
], - "deviationEvents": [
- 0
], - "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
], - "fps": 0,
- "gaps": [
- [
- "2019-08-24T14:15:22Z"
]
], - "lightEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "mergingEvents": [
- [
- 0
]
], - "messages": [
- "string"
], - "missingAssetEvents": [
- 0
], - "missingAssets": [
- "string"
], - "missingVoiceoverEvents": [
- 0
], - "missingVoiceovers": [
- "string"
], - "name": "string",
- "overlappingEvents": [
- [
- 0
]
], - "programmeDeviationEvents": [
- 0
], - "scheduleFinishTime": "2019-08-24T14:15:22Z",
- "scheduleStartTime": "2019-08-24T14:15:22Z",
- "status": "ERROR",
- "unsuccessfulQCAssetEvents": [
- 0
], - "unsuccessfulQCAssets": [
- "string"
], - "voiceoverDeviationEvents": [
- 0
]
}
Returns event of schedule found by id
scheduleId required | integer <int64> Schedule id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
Updates event
scheduleId required | integer <int64> Schedule id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
color | string |
Array of objects (ContentAdvisory) | |
deviation | integer <int64> |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
status | string Enum: "NOT_READY" "CACHING_IN_PROGRESS" "READY" "FAILED" "LIVE" "EMPTY" "INCOMPLETE" "ARCHIVED" |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "deviation": 0,
- "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "status": "NOT_READY",
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
Exports schedule into XML format
scheduleId required | integer <int64> |
timeInMilliseconds | boolean Use milliseconds instead of frames in time values |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Restore deleted playlist
scheduleId required | integer <int64> Schedule id |
organization | string |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
Extracts schedule event list from archive
scheduleId required | integer <int64> |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns blocks
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
include | Array of strings Enter 'events' as included field to retrieve events info in the result |
required | object (BlockSearchDTO) |
organization | string Organization Id |
{- "_embedded": {
- "blocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new block
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
Array of objects (BlockEventDTO) | |
fps | number <float> |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Deletes specified block
organization | string Organization Id |
[- 0
]
{- "code": 0,
- "messages": [
- "string"
]
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns blocks
include | Array of strings Enter 'events' as included field to retrieve events info in the result |
organization | string Organization Id |
empty | boolean |
ids | Array of integers <int64> [ items <int64 > ] |
name | string |
nameSubString | string |
{- "empty": true,
- "ids": [
- 0
], - "name": "string",
- "nameSubString": "string"
}
[- {
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
]
Creates new block
fps | number <float> |
organization required | string |
scriptId | string |
fileName | string |
file required | string <binary> |
{- "file": "string"
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "organization": "string",
- "version": 0
}
Returns blocks
organization | string Organization Id |
size | integer Number of items per page (defaults to 20) |
page | integer Page number (defaults to 0) |
sort | string Properties that should be sorted by in the format property,property(,ASC|DESC). Default sort direction is ascending. Use multiple sort parameters if you want to switch directions, e.g. ?sort=firstname&sort=lastname,asc |
empty | boolean |
ids | Array of integers <int64> [ items <int64 > ] |
name | string |
nameSubString | string |
{- "empty": true,
- "ids": [
- 0
], - "name": "string",
- "nameSubString": "string"
}
{- "content": [
- {
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
], - "empty": true,
- "first": true,
- "last": true,
- "number": 0,
- "numberOfElements": 0,
- "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}
Returns block found by id
blockId required | integer <int64> Block id |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Updates block by id
blockId required | integer <int64> Block id |
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
Array of objects (BlockEventDTO) | |
fps | number <float> |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Returns block assignments
blockId required | integer <int64> Block id |
organization required | string |
{- "channels": [
- {
- "audioFallbackLanguage": "string",
- "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "breakMax": 0,
- "breakMin": 0,
- "broadcastId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "description": "string",
- "emergencyPlaylistId": 0,
- "emergencyTemplate": "string",
- "eventThresholds": {
- "deviation": 0,
- "gapOverlap": 0,
- "programmeSteps": 0
}, - "fps": 0.1,
- "gpiDelay": 0,
- "gpiHardwareId": "string",
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "ingestLookaheadEnabled": true,
- "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e",
- "liveSettings": {
- "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "lockOwnerUserName": "string",
- "lockType": "APPLY_SCHEDULE",
- "multimediaPackage": "string",
- "name": "string",
- "playlistStartTime": "2019-08-24T14:15:22Z",
- "playoutSettings": {
- "switchOnEventEnabled": true
}, - "playouts": [
- {
- "assetExpireHours": 0,
- "automaticSwitching": {
- "emptyTimelineSwitchOff": true,
- "emptyTimelineSwitchOffDelayMin": 0
}, - "avmonSettings": {
- "audioTrackChannelCount": 0,
- "audioTrackCount": 0,
- "blackDurationThreshold": 0.1,
- "blackValueThreshold": 0.1,
- "freezeDurationThreshold": 0.1,
- "freezeValueThreshold": 0.1,
- "inputDeviceName": "string",
- "resolutionHeight": 0,
- "resolutionWidth": 0,
- "silenceDurationThreshold": 0.1,
- "silenceValueThreshold": 0.1,
- "timecodeOverlay": true
}, - "backup": true,
- "backupSettings": {
- "backupPlayoutId": "string",
- "backupType": "HOT",
- "cacheForHours": 0,
- "failoverDisabled": true,
- "healthyPeriod": 0,
- "maxWarmBackupUptimeHours": 0,
- "startCachingMillis": 0,
- "unhealthyPeriod": 0,
- "wakeUpForCaching": true,
- "wakeUpOnTimelineChange": true
}, - "backupType": "HOT",
- "bandwidthLimit": 0,
- "cacheLength": "string",
- "caching": true,
- "closedCaptionsPassthrough": true,
- "complianceRecordingSettings": {
- "bitrate": 0,
- "enabled": true,
- "includeSubtitles": true,
- "timecodeOverlay": true
}, - "concurrentDownloads": 0,
- "configuration": {
- "audioFallbackLanguages": {
- "defaultLanguage": "string",
- "mapping": {
- "property1": "string",
- "property2": "string"
}
}, - "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "channelId": "string",
- "channelName": "string",
- "gapOverlap": 0,
- "hdPreviewEnabled": true,
- "liveRecordingSettings": {
- "enabled": true,
- "fileNamePattern": "string",
- "fragmentDurationSec": 0,
- "maxStoragePercent": 0
}, - "organizationId": "string",
- "organizationName": "string",
- "playoutId": "string",
- "playoutName": "string",
- "providerId": "string",
- "providerName": "string",
- "rtmpPreviewEnabled": true,
- "stunServer": {
- "host": "string",
- "password": "string",
- "port": 0,
- "username": "string"
}, - "timelineType": "NIMBUS"
}, - "deploymentInfo": {
- "cacheSize": 0,
- "cacheVersion": "string",
- "hlsSize": 0,
- "lastChange": "2019-08-24T14:15:22Z",
- "playoutLogSize": 0,
- "playoutVersion": "string",
- "restartRequired": true,
- "rtmpVersion": "string",
- "status": "MISSING",
- "type": "DOCKER"
}, - "emergencyTemplate": "string",
- "enabled": true,
- "fps": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "hardwareId": "string",
- "id": "string",
- "ignoreTimecode": true,
- "instanceInfo": {
- "availabilityZone": "string",
- "buildVersion": "string",
- "cdiSupportEnabled": true,
- "created": "2019-08-24T14:15:22Z",
- "externalIp": "string",
- "instanceConfigurationId": "string",
- "instanceId": "string",
- "instanceSize": "string",
- "messages": [
- {
- "message": "string",
- "timeStamp": "2019-08-24T14:15:22Z"
}
], - "region": "string",
- "securityGroupId": "string",
- "started": "2019-08-24T14:15:22Z",
- "state": "REQUESTED",
- "versionHistory": [
- {
- "build": "string",
- "changelog": [
- {
- "description": null,
- "ticketId": null,
- "timestamp": null,
- "url": null
}
], - "dateCreated": "2019-08-24T14:15:22Z",
- "environment": "string",
- "id": "string",
- "major": 0,
- "minor": 0,
- "sprint": 0,
- "status": "STABLE",
- "versionString": "string",
- "vmType": "WINDOWS"
}
], - "vmType": "WINDOWS",
- "volumeSize": 0
}, - "instanceType": "AWS",
- "ip": "string",
- "licenseId": 0,
- "liveInputs": [
- {
- "decoder": "AUTO",
- "defaultAribOverride": true,
- "defaultAudioOverride": true,
- "defaultInput": true,
- "delay": 0,
- "destinationArn": "string",
- "emergencyFilter": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "criteria": [
- {
- "field": null,
- "value": null
}
]
}, - "emergencyLive": true,
- "enabled": true,
- "encryptionKey": "string",
- "id": "string",
- "mediaFlowArn": "string",
- "normalizeLoudness": true,
- "port": 0,
- "port2": 0,
- "presetId": "string",
- "primarySCTESource": true,
- "recording": true,
- "routeId": "string",
- "scteListenerStrategy": "IGNORE",
- "srtLatency": 0,
- "srtStreamId": "string",
- "streamSettings": {
- "audio": [
- {
- "advancedAc3Settings": null,
- "audioEncoderSettings": null,
- "languageCode": null,
- "name": null,
- "pid": null
}
], - "closedCaptionsCea608": [
- {
- "languageCode": null,
- "trackId": null
}
], - "contentAdvisory": [
- {
- "format": null
}
], - "scte": {
- "enabled": true,
- "pid": 0
}, - "subtitles": [
- {
- "languageCode": null,
- "pid": null
}
], - "subtitlesArib": [
- {
- "languageCode": null,
- "pid": null
}
], - "subtitlesAribB40": [
- {
- "pid": null
}
], - "subtitlesBurn": [
- {
- "languageCode": null
}
], - "subtitlesVTT": [
- {
- "languageCode": null,
- "pid": null
}
], - "video": {
- "pid": 0
}
}, - "streamingProtocol": "UDP",
- "synchronizeWith": "string",
- "type": "REGULAR",
- "url": "string"
}
], - "localCacheId": "string",
- "localPlayoutId": "string",
- "mjpegSettings": {
- "jpegHeight": 0,
- "jpegQuality": 0,
- "jpegWidth": 0,
- "mjpegFrameRate": 0
}, - "mode": "DEMO",
- "multimediaPackage": "string",
- "name": "string",
- "organizationId": "string",
- "outputs": [
- {
- "audio": [
- {
- "advancedAc3Settings": {
- "dialogueNormalization": null,
- "lineModeProfile": null,
- "loRoCenterMixLevel": null,
- "loRoSurroundMixLevel": null,
- "ltRtCenterMixLevel": null,
- "ltRtSurroundMixLevel": null,
- "rfModeProfile": null,
- "stereoDownmixMode": null,
- "surroundAttenuationFlag": null,
- "surroundPhaseShiftFlag": null
}, - "audioEncoderSettings": {
- "bitrate": null,
- "channelConfiguration": null,
- "encoderType": null,
- "sampleRate": null
}, - "languageCode": "string",
- "name": "string",
- "pid": 0
}
], - "closedCaptionsCea608": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "contentAdvisory": [
- {
- "format": "MPA"
}
], - "disableOnEmergency": true,
- "disableOnEmergencyDelayMs": 0,
- "enabled": true,
- "encoderSettings": {
- "bitrate": 0,
- "bitrateBufferMs": 0,
- "encoderType": "MJPEG",
- "getbFrames": 0,
- "gopSize": 0,
- "interlaced": true,
- "interlacingOptions": {
- "topFieldFirst": true
}, - "optionString": "string",
- "quality": 0,
- "timestampOffsetMs": 0,
- "x264Profile": "AUTOMATIC"
}, - "ignoreComplianceRecording": true,
- "mediaConnectDestinations": [
- {
- "cidrAllowList": [
- null
], - "ip": "string",
- "maxLatency": 0,
- "name": "string",
- "outputArn": "string",
- "port": 0,
- "protocol": "ZIXI_PUSH",
- "publicIp": "string",
- "remoteId": "string",
- "smoothingLatency": 0,
- "streamId": "string"
}
], - "mediaConnectFlowArn": "string",
- "muxerSettings": {
- "muxerType": "MPEG_TS",
- "pcrOffsetMs": 0,
- "pmtPid": 0,
- "programName": "string",
- "programNumber": 0,
- "totalBitrate": 0
}, - "name": "string",
- "outputStreams": [
- {
- "disableOnEmergency": true,
- "disableOnEmergencyDelayMs": 0,
- "enabled": true,
- "ignoreComplianceRecording": true,
- "mediaConnectDestinations": [
- null
], - "mediaConnectFlowArn": "string",
- "muxerSettings": {
- "muxerType": null,
- "pcrOffsetMs": null,
- "pmtPid": null,
- "programName": null,
- "programNumber": null,
- "totalBitrate": null
}, - "name": "string",
- "streamSettings": {
- "audio": [ ],
- "closedCaptionsCea608": [ ],
- "scte": null,
- "subtitles": [ ],
- "subtitlesArib": [ ],
- "subtitlesAribB40": [ ],
- "subtitlesVTT": [ ],
- "video": null
}, - "transportSettings": {
- "accessKey": null,
- "containerName": null,
- "encryptionKey": null,
- "errorCorrectionOverhead": null,
- "fecColumns": null,
- "fecRows": null,
- "hlsAbrGroup": null,
- "hlsAbrUrl": null,
- "hlsPushDestinationType": null,
- "hlsPushPassword": null,
- "hlsPushUser": null,
- "hlsSegmentCount": null,
- "hlsSegmentDuration": null,
- "hlsSegmentTtl": null,
- "host": null,
- "host2": null,
- "insertScte35IntoMpegTs": null,
- "mediaConnectOutputIp": null,
- "mediaconnectHost": null,
- "password": null,
- "port": null,
- "port2": null,
- "region": null,
- "scteAheadTimes": [ ],
- "scteNullInterval": null,
- "scteNullPeriod": null,
- "scteTagFormat": null,
- "secretKey": null,
- "sourcePath": null,
- "srtLatency": null,
- "srtStreamId": null,
- "transportType": null,
- "username": null
}, - "type": "REGULAR"
}
], - "presetId": "string",
- "streamSettings": {
- "audio": [
- {
- "advancedAc3Settings": null,
- "audioEncoderSettings": null,
- "languageCode": null,
- "name": null,
- "pid": null
}
], - "closedCaptionsCea608": [
- {
- "languageCode": null,
- "trackId": null
}
], - "contentAdvisory": [
- {
- "format": null
}
], - "scte": {
- "enabled": true,
- "pid": 0
}, - "subtitles": [
- {
- "languageCode": null,
- "pid": null
}
], - "subtitlesArib": [
- {
- "languageCode": null,
- "pid": null
}
], - "subtitlesAribB40": [
- {
- "pid": null
}
], - "subtitlesBurn": [
- {
- "languageCode": null
}
], - "subtitlesVTT": [
- {
- "languageCode": null,
- "pid": null
}
], - "video": {
- "pid": 0
}
}, - "subtitles": [
- {
- "languageCode": "string",
- "name": "string",
- "style": "string"
}
], - "subtitlesArib": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "subtitlesAribB40": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "subtitlesBurn": [
- {
- "languageCode": "string",
- "style": "string"
}
], - "subtitlesVTT": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "transportSettings": {
- "accessKey": "string",
- "containerName": "string",
- "encryptionKey": "string",
- "errorCorrectionOverhead": 0,
- "fecColumns": 0,
- "fecRows": 0,
- "hlsAbrGroup": "string",
- "hlsAbrUrl": "string",
- "hlsPushDestinationType": "WEBDAV",
- "hlsPushPassword": "string",
- "hlsPushUser": "string",
- "hlsSegmentCount": 0,
- "hlsSegmentDuration": 0.1,
- "hlsSegmentTtl": 0,
- "host": "string",
- "host2": "string",
- "insertScte35IntoMpegTs": true,
- "mediaConnectOutputIp": "string",
- "mediaconnectHost": "string",
- "password": "string",
- "port": 0,
- "port2": 0,
- "region": "string",
- "scteAheadTimes": [
- 0
], - "scteNullInterval": 0,
- "scteNullPeriod": 0,
- "scteTagFormat": "NONE",
- "secretKey": "string",
- "sourcePath": "string",
- "srtLatency": 0,
- "srtStreamId": "string",
- "transportType": "UDP",
- "username": "string"
}, - "type": "REGULAR",
- "videoCaps": {
- "colorSpace": "I420",
- "deinterlace": true,
- "framerate": 0,
- "framerateDivider": 0,
- "height": 0,
- "maxGopSize": 0,
- "screenAspectRatioH": 0,
- "screenAspectRatioW": 0,
- "width": 0
}
}
], - "password": "string",
- "port": 0,
- "presetId": "string",
- "previewV2Enabled": true,
- "pushNotificationEnabled": true,
- "rendererConfiguration": {
- "aspect-ratio": 0,
- "audio": [
- {
- "language-code": "string",
- "solo": true,
- "track-index": 0,
- "variant-index": 0
}
], - "board-index": 0,
- "board-name": "string",
- "frame-rate": 0.1,
- "licenseId": 0,
- "resolution-height": 0,
- "resolution-width": 0,
- "scan-type": 0,
- "subtitles": [
- {
- "language-code": "string",
- "track-index": 0,
- "variant-index": 0
}
]
}, - "scteListenerStrategy": "IGNORE",
- "serviceProviderId": "string",
- "statusConfiguration": {
- "cacheLimitError": 0.1,
- "cacheLimitWarning": 0.1,
- "cpuLoadError": 0.1,
- "cpuLoadWarning": 0.1,
- "diskSpaceError": 0.1,
- "diskSpaceWarning": 0.1,
- "timeTillFirstGapError": 0,
- "timeTillFirstGapWarning": 0
}, - "timeBarSettings": {
- "label": "string",
- "latency": 0
}, - "type": "SD",
- "uploadBandwidthLimit": 0,
- "username": "string",
- "version": 0,
- "zixiEnabled": true
}
], - "recordingFileNamePattern": "string",
- "skipTakeDelay": 0,
- "startOfDay": 0,
- "stationId": 0,
- "timeZone": "string",
- "timelineEditable": true,
- "timelineLooped": true,
- "timelineStatus": {
- "finishTime": "2019-08-24T14:15:22Z",
- "gaps": [
- [
- "2019-08-24T14:15:22Z"
]
], - "incompleteAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "missingAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "unsuccessfulQCAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
]
}, - "twitchSettings": {
- "accessToken": "string",
- "broadcasterId": "string",
- "enabled": true,
- "refreshToken": "string"
}, - "unlockable": true,
- "version": 0
}
], - "schedules": [
- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
]
}
Copies block
blockId required | integer <int64> Block id |
organization | string Organization Id |
"string"
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Returns event list of block found by id
blockId required | integer <int64> Block id |
organization | string Organization Id |
[- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
Creates new event
blockId required | integer <int64> Block id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{ }
Deletes specified block events
blockId required | integer <int64> Block id |
organization | string Organization Id |
[- 0
]
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Creates, updates, deletes multiple block events
blockId required | integer <int64> Block id |
version required | integer <int32> Block version |
organization | string Organization Id |
Array of objects (BlockEventDTO) | |
deleted | Array of integers <int64> [ items <int64 > ] |
Array of objects (BlockEventDTO) |
{- "created": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "deleted": [
- 0
], - "updated": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}
{- "content": {
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}, - "messages": [
- {
- "message": "string",
- "type": "OK"
}
]
}
Returns validation result
blockId required | integer <int64> Block id |
organization | string Organization Id |
{- "archivedAssetEvents": [
- 0
], - "archivedAssets": [
- "string"
], - "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "incompleteAssetEvents": [
- 0
], - "incompleteAssets": [
- "string"
], - "messages": [
- "string"
], - "missingAssetEvents": [
- 0
], - "missingAssets": [
- "string"
], - "status": "OK",
- "unsuccessfulQCAssetEvents": [
- 0
], - "unsuccessfulQCAssets": [
- "string"
]
}
Removes block event by id
blockId required | integer <int64> Block id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
Returns event of block found by id
blockId required | integer <int64> Block id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
Updates event
blockId required | integer <int64> Block id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
Exports block into XML format
blockId required | integer <int64> |
organization required | string |
Use milliseconds instead of frames in time values | boolean |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns emergency playlists
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
includeEvents | boolean |
required | object (EmergencyPlaylistSearch) |
organization | string Organization Id |
{- "_embedded": {
- "emergencyPlaylists": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new playlist
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Deletes specified playlists
organization | string Organization Id |
[- 0
]
{- "code": 0,
- "messages": [
- "string"
]
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Returns emergency playlists
organization | string Organization Id |
size | integer Number of items per page (defaults to 20) |
page | integer Page number (defaults to 0) |
sort | string Properties that should be sorted by in the format property,property(,ASC|DESC). Default sort direction is ascending. Use multiple sort parameters if you want to switch directions, e.g. ?sort=firstname&sort=lastname,asc |
fps | number |
name | string |
nameSubString | string |
{- "fps": 0,
- "name": "string",
- "nameSubString": "string"
}
{- "content": [
- {
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
], - "empty": true,
- "first": true,
- "last": true,
- "number": 0,
- "numberOfElements": 0,
- "pageable": {
- "offset": 0,
- "pageNumber": 0,
- "pageSize": 0,
- "paged": true,
- "sort": {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}, - "unpaged": true
}, - "size": 0,
- "sort": [
- {
- "ascending": true,
- "direction": "string",
- "ignoreCase": true,
- "nullHandling": "string",
- "property": "string"
}
], - "totalElements": 0,
- "totalPages": 0
}
Returns emergency playlist found by id
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Updates playlist by id
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Copies playlist
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
"string"
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Returns event list of playlist found by id
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
[- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
Creates new event
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{ }
Updates events
playlistId required | integer <int64> playlist id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
[- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Deletes specified playlist events
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
[- 0
]
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Returns validation result
playlistId required | integer <int64> Playlist id |
organization | string Organization Id |
{- "archivedAssetEvents": [
- 0
], - "archivedAssets": [
- "string"
], - "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "incompleteAssetEvents": [
- 0
], - "incompleteAssets": [
- "string"
], - "messages": [
- "string"
], - "missingAssetEvents": [
- 0
], - "missingAssets": [
- "string"
], - "status": "OK",
- "unsuccessfulQCAssetEvents": [
- 0
], - "unsuccessfulQCAssets": [
- "string"
]
}
Removes playlist event by id
playlistId required | integer <int64> Playlist id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
Returns event of playlist found by id
playlistId required | integer <int64> Playlist id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
Updates event
playlistId required | integer <int64> Playlist id |
eventId required | integer <int64> Event id |
organization | string Organization Id |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
Asset assignments
organization required | string |
[- "string"
]
{- "property1": {
- "channels": [
- {
- "audioFallbackLanguage": "string",
- "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "breakMax": 0,
- "breakMin": 0,
- "broadcastId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "description": "string",
- "emergencyPlaylistId": 0,
- "emergencyTemplate": "string",
- "eventThresholds": {
- "deviation": 0,
- "gapOverlap": 0,
- "programmeSteps": 0
}, - "fps": 0.1,
- "gpiDelay": 0,
- "gpiHardwareId": "string",
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "ingestLookaheadEnabled": true,
- "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e",
- "liveSettings": {
- "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "lockOwnerUserName": "string",
- "lockType": "APPLY_SCHEDULE",
- "multimediaPackage": "string",
- "name": "string",
- "playlistStartTime": "2019-08-24T14:15:22Z",
- "playoutSettings": {
- "switchOnEventEnabled": true
}, - "playouts": [
- {
- "assetExpireHours": 0,
- "automaticSwitching": {
- "emptyTimelineSwitchOff": true,
- "emptyTimelineSwitchOffDelayMin": 0
}, - "avmonSettings": {
- "audioTrackChannelCount": 0,
- "audioTrackCount": 0,
- "blackDurationThreshold": 0.1,
- "blackValueThreshold": 0.1,
- "freezeDurationThreshold": 0.1,
- "freezeValueThreshold": 0.1,
- "inputDeviceName": "string",
- "resolutionHeight": 0,
- "resolutionWidth": 0,
- "silenceDurationThreshold": 0.1,
- "silenceValueThreshold": 0.1,
- "timecodeOverlay": true
}, - "backup": true,
- "backupSettings": {
- "backupPlayoutId": "string",
- "backupType": "HOT",
- "cacheForHours": 0,
- "failoverDisabled": true,
- "healthyPeriod": 0,
- "maxWarmBackupUptimeHours": 0,
- "startCachingMillis": 0,
- "unhealthyPeriod": 0,
- "wakeUpForCaching": true,
- "wakeUpOnTimelineChange": true
}, - "backupType": "HOT",
- "bandwidthLimit": 0,
- "cacheLength": "string",
- "caching": true,
- "closedCaptionsPassthrough": true,
- "complianceRecordingSettings": {
- "bitrate": 0,
- "enabled": true,
- "includeSubtitles": true,
- "timecodeOverlay": true
}, - "concurrentDownloads": 0,
- "configuration": {
- "audioFallbackLanguages": {
- "defaultLanguage": "string",
- "mapping": {
- "property1": "string",
- "property2": "string"
}
}, - "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "channelId": "string",
- "channelName": "string",
- "gapOverlap": 0,
- "hdPreviewEnabled": true,
- "liveRecordingSettings": {
- "enabled": true,
- "fileNamePattern": "string",
- "fragmentDurationSec": 0,
- "maxStoragePercent": 0
}, - "organizationId": "string",
- "organizationName": "string",
- "playoutId": "string",
- "playoutName": "string",
- "providerId": "string",
- "providerName": "string",
- "rtmpPreviewEnabled": true,
- "stunServer": {
- "host": "string",
- "password": "string",
- "port": 0,
- "username": "string"
}, - "timelineType": "NIMBUS"
}, - "deploymentInfo": {
- "cacheSize": 0,
- "cacheVersion": "string",
- "hlsSize": 0,
- "lastChange": "2019-08-24T14:15:22Z",
- "playoutLogSize": 0,
- "playoutVersion": "string",
- "restartRequired": true,
- "rtmpVersion": "string",
- "status": "MISSING",
- "type": "DOCKER"
}, - "emergencyTemplate": "string",
- "enabled": true,
- "fps": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "hardwareId": "string",
- "id": "string",
- "ignoreTimecode": true,
- "instanceInfo": {
- "availabilityZone": "string",
- "buildVersion": "string",
- "cdiSupportEnabled": true,
- "created": "2019-08-24T14:15:22Z",
- "externalIp": "string",
- "instanceConfigurationId": "string",
- "instanceId": "string",
- "instanceSize": "string",
- "messages": [
- {
- "message": "string",
- "timeStamp": "2019-08-24T14:15:22Z"
}
], - "region": "string",
- "securityGroupId": "string",
- "started": "2019-08-24T14:15:22Z",
- "state": "REQUESTED",
- "versionHistory": [
- {
- "build": "string",
- "changelog": [
- null
], - "dateCreated": "2019-08-24T14:15:22Z",
- "environment": "string",
- "id": "string",
- "major": 0,
- "minor": 0,
- "sprint": 0,
- "status": "STABLE",
- "versionString": "string",
- "vmType": "WINDOWS"
}
], - "vmType": "WINDOWS",
- "volumeSize": 0
}, - "instanceType": "AWS",
- "ip": "string",
- "licenseId": 0,
- "liveInputs": [
- {
- "decoder": "AUTO",
- "defaultAribOverride": true,
- "defaultAudioOverride": true,
- "defaultInput": true,
- "delay": 0,
- "destinationArn": "string",
- "emergencyFilter": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "criteria": [
- null
]
}, - "emergencyLive": true,
- "enabled": true,
- "encryptionKey": "string",
- "id": "string",
- "mediaFlowArn": "string",
- "normalizeLoudness": true,
- "port": 0,
- "port2": 0,
- "presetId": "string",
- "primarySCTESource": true,
- "recording": true,
- "routeId": "string",
- "scteListenerStrategy": "IGNORE",
- "srtLatency": 0,
- "srtStreamId": "string",
- "streamSettings": {
- "audio": [
- null
], - "closedCaptionsCea608": [
- null
], - "contentAdvisory": [
- null
], - "scte": {
- "enabled": null,
- "pid": null
}, - "subtitles": [
- null
], - "subtitlesArib": [
- null
], - "subtitlesAribB40": [
- null
], - "subtitlesBurn": [
- null
], - "subtitlesVTT": [
- null
], - "video": {
- "pid": null
}
}, - "streamingProtocol": "UDP",
- "synchronizeWith": "string",
- "type": "REGULAR",
- "url": "string"
}
], - "localCacheId": "string",
- "localPlayoutId": "string",
- "mjpegSettings": {
- "jpegHeight": 0,
- "jpegQuality": 0,
- "jpegWidth": 0,
- "mjpegFrameRate": 0
}, - "mode": "DEMO",
- "multimediaPackage": "string",
- "name": "string",
- "organizationId": "string",
- "outputs": [
- {
- "audio": [
- {
- "advancedAc3Settings": null,
- "audioEncoderSettings": null,
- "languageCode": null,
- "name": null,
- "pid": null
}
], - "closedCaptionsCea608": [
- {
- "languageCode": null,
- "name": null
}
], - "contentAdvisory": [
- {
- "format": null
}
], - "disableOnEmergency": true,
- "disableOnEmergencyDelayMs": 0,
- "enabled": true,
- "encoderSettings": {
- "bitrate": 0,
- "bitrateBufferMs": 0,
- "encoderType": "MJPEG",
- "getbFrames": 0,
- "gopSize": 0,
- "interlaced": true,
- "interlacingOptions": {
- "topFieldFirst": null
}, - "optionString": "string",
- "quality": 0,
- "timestampOffsetMs": 0,
- "x264Profile": "AUTOMATIC"
}, - "ignoreComplianceRecording": true,
- "mediaConnectDestinations": [
- {
- "cidrAllowList": [ ],
- "ip": null,
- "maxLatency": null,
- "name": null,
- "outputArn": null,
- "port": null,
- "protocol": null,
- "publicIp": null,
- "remoteId": null,
- "smoothingLatency": null,
- "streamId": null
}
], - "mediaConnectFlowArn": "string",
- "muxerSettings": {
- "muxerType": "MPEG_TS",
- "pcrOffsetMs": 0,
- "pmtPid": 0,
- "programName": "string",
- "programNumber": 0,
- "totalBitrate": 0
}, - "name": "string",
- "outputStreams": [
- {
- "disableOnEmergency": null,
- "disableOnEmergencyDelayMs": null,
- "enabled": null,
- "ignoreComplianceRecording": null,
- "mediaConnectDestinations": [ ],
- "mediaConnectFlowArn": null,
- "muxerSettings": null,
- "name": null,
- "streamSettings": null,
- "transportSettings": null,
- "type": null
}
], - "presetId": "string",
- "streamSettings": {
- "audio": [
- null
], - "closedCaptionsCea608": [
- null
], - "contentAdvisory": [
- null
], - "scte": {
- "enabled": null,
- "pid": null
}, - "subtitles": [
- null
], - "subtitlesArib": [
- null
], - "subtitlesAribB40": [
- null
], - "subtitlesBurn": [
- null
], - "subtitlesVTT": [
- null
], - "video": {
- "pid": null
}
}, - "subtitles": [
- {
- "languageCode": null,
- "name": null,
- "style": null
}
], - "subtitlesArib": [
- {
- "languageCode": null,
- "name": null
}
], - "subtitlesAribB40": [
- {
- "languageCode": null,
- "name": null
}
], - "subtitlesBurn": [
- {
- "languageCode": null,
- "style": null
}
], - "subtitlesVTT": [
- {
- "languageCode": null,
- "name": null
}
], - "transportSettings": {
- "accessKey": "string",
- "containerName": "string",
- "encryptionKey": "string",
- "errorCorrectionOverhead": 0,
- "fecColumns": 0,
- "fecRows": 0,
- "hlsAbrGroup": "string",
- "hlsAbrUrl": "string",
- "hlsPushDestinationType": "WEBDAV",
- "hlsPushPassword": "string",
- "hlsPushUser": "string",
- "hlsSegmentCount": 0,
- "hlsSegmentDuration": 0.1,
- "hlsSegmentTtl": 0,
- "host": "string",
- "host2": "string",
- "insertScte35IntoMpegTs": true,
- "mediaConnectOutputIp": "string",
- "mediaconnectHost": "string",
- "password": "string",
- "port": 0,
- "port2": 0,
- "region": "string",
- "scteAheadTimes": [
- null
], - "scteNullInterval": 0,
- "scteNullPeriod": 0,
- "scteTagFormat": "NONE",
- "secretKey": "string",
- "sourcePath": "string",
- "srtLatency": 0,
- "srtStreamId": "string",
- "transportType": "UDP",
- "username": "string"
}, - "type": "REGULAR",
- "videoCaps": {
- "colorSpace": "I420",
- "deinterlace": true,
- "framerate": 0,
- "framerateDivider": 0,
- "height": 0,
- "maxGopSize": 0,
- "screenAspectRatioH": 0,
- "screenAspectRatioW": 0,
- "width": 0
}
}
], - "password": "string",
- "port": 0,
- "presetId": "string",
- "previewV2Enabled": true,
- "pushNotificationEnabled": true,
- "rendererConfiguration": {
- "aspect-ratio": 0,
- "audio": [
- {
- "language-code": "string",
- "solo": true,
- "track-index": 0,
- "variant-index": 0
}
], - "board-index": 0,
- "board-name": "string",
- "frame-rate": 0.1,
- "licenseId": 0,
- "resolution-height": 0,
- "resolution-width": 0,
- "scan-type": 0,
- "subtitles": [
- {
- "language-code": "string",
- "track-index": 0,
- "variant-index": 0
}
]
}, - "scteListenerStrategy": "IGNORE",
- "serviceProviderId": "string",
- "statusConfiguration": {
- "cacheLimitError": 0.1,
- "cacheLimitWarning": 0.1,
- "cpuLoadError": 0.1,
- "cpuLoadWarning": 0.1,
- "diskSpaceError": 0.1,
- "diskSpaceWarning": 0.1,
- "timeTillFirstGapError": 0,
- "timeTillFirstGapWarning": 0
}, - "timeBarSettings": {
- "label": "string",
- "latency": 0
}, - "type": "SD",
- "uploadBandwidthLimit": 0,
- "username": "string",
- "version": 0,
- "zixiEnabled": true
}
], - "recordingFileNamePattern": "string",
- "skipTakeDelay": 0,
- "startOfDay": 0,
- "stationId": 0,
- "timeZone": "string",
- "timelineEditable": true,
- "timelineLooped": true,
- "timelineStatus": {
- "finishTime": "2019-08-24T14:15:22Z",
- "gaps": [
- [
- "2019-08-24T14:15:22Z"
]
], - "incompleteAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "missingAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "unsuccessfulQCAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
]
}, - "twitchSettings": {
- "accessToken": "string",
- "broadcasterId": "string",
- "enabled": true,
- "refreshToken": "string"
}, - "unlockable": true,
- "version": 0
}
], - "schedules": [
- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
]
}, - "property2": {
- "channels": [
- {
- "audioFallbackLanguage": "string",
- "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "breakMax": 0,
- "breakMin": 0,
- "broadcastId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "description": "string",
- "emergencyPlaylistId": 0,
- "emergencyTemplate": "string",
- "eventThresholds": {
- "deviation": 0,
- "gapOverlap": 0,
- "programmeSteps": 0
}, - "fps": 0.1,
- "gpiDelay": 0,
- "gpiHardwareId": "string",
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "ingestLookaheadEnabled": true,
- "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e",
- "liveSettings": {
- "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "lockOwnerUserName": "string",
- "lockType": "APPLY_SCHEDULE",
- "multimediaPackage": "string",
- "name": "string",
- "playlistStartTime": "2019-08-24T14:15:22Z",
- "playoutSettings": {
- "switchOnEventEnabled": true
}, - "playouts": [
- {
- "assetExpireHours": 0,
- "automaticSwitching": {
- "emptyTimelineSwitchOff": true,
- "emptyTimelineSwitchOffDelayMin": 0
}, - "avmonSettings": {
- "audioTrackChannelCount": 0,
- "audioTrackCount": 0,
- "blackDurationThreshold": 0.1,
- "blackValueThreshold": 0.1,
- "freezeDurationThreshold": 0.1,
- "freezeValueThreshold": 0.1,
- "inputDeviceName": "string",
- "resolutionHeight": 0,
- "resolutionWidth": 0,
- "silenceDurationThreshold": 0.1,
- "silenceValueThreshold": 0.1,
- "timecodeOverlay": true
}, - "backup": true,
- "backupSettings": {
- "backupPlayoutId": "string",
- "backupType": "HOT",
- "cacheForHours": 0,
- "failoverDisabled": true,
- "healthyPeriod": 0,
- "maxWarmBackupUptimeHours": 0,
- "startCachingMillis": 0,
- "unhealthyPeriod": 0,
- "wakeUpForCaching": true,
- "wakeUpOnTimelineChange": true
}, - "backupType": "HOT",
- "bandwidthLimit": 0,
- "cacheLength": "string",
- "caching": true,
- "closedCaptionsPassthrough": true,
- "complianceRecordingSettings": {
- "bitrate": 0,
- "enabled": true,
- "includeSubtitles": true,
- "timecodeOverlay": true
}, - "concurrentDownloads": 0,
- "configuration": {
- "audioFallbackLanguages": {
- "defaultLanguage": "string",
- "mapping": {
- "property1": "string",
- "property2": "string"
}
}, - "audioLoudness": 0.1,
- "audioLoudnessNormalizationEnabled": true,
- "channelId": "string",
- "channelName": "string",
- "gapOverlap": 0,
- "hdPreviewEnabled": true,
- "liveRecordingSettings": {
- "enabled": true,
- "fileNamePattern": "string",
- "fragmentDurationSec": 0,
- "maxStoragePercent": 0
}, - "organizationId": "string",
- "organizationName": "string",
- "playoutId": "string",
- "playoutName": "string",
- "providerId": "string",
- "providerName": "string",
- "rtmpPreviewEnabled": true,
- "stunServer": {
- "host": "string",
- "password": "string",
- "port": 0,
- "username": "string"
}, - "timelineType": "NIMBUS"
}, - "deploymentInfo": {
- "cacheSize": 0,
- "cacheVersion": "string",
- "hlsSize": 0,
- "lastChange": "2019-08-24T14:15:22Z",
- "playoutLogSize": 0,
- "playoutVersion": "string",
- "restartRequired": true,
- "rtmpVersion": "string",
- "status": "MISSING",
- "type": "DOCKER"
}, - "emergencyTemplate": "string",
- "enabled": true,
- "fps": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "hardwareId": "string",
- "id": "string",
- "ignoreTimecode": true,
- "instanceInfo": {
- "availabilityZone": "string",
- "buildVersion": "string",
- "cdiSupportEnabled": true,
- "created": "2019-08-24T14:15:22Z",
- "externalIp": "string",
- "instanceConfigurationId": "string",
- "instanceId": "string",
- "instanceSize": "string",
- "messages": [
- {
- "message": "string",
- "timeStamp": "2019-08-24T14:15:22Z"
}
], - "region": "string",
- "securityGroupId": "string",
- "started": "2019-08-24T14:15:22Z",
- "state": "REQUESTED",
- "versionHistory": [
- {
- "build": "string",
- "changelog": [
- null
], - "dateCreated": "2019-08-24T14:15:22Z",
- "environment": "string",
- "id": "string",
- "major": 0,
- "minor": 0,
- "sprint": 0,
- "status": "STABLE",
- "versionString": "string",
- "vmType": "WINDOWS"
}
], - "vmType": "WINDOWS",
- "volumeSize": 0
}, - "instanceType": "AWS",
- "ip": "string",
- "licenseId": 0,
- "liveInputs": [
- {
- "decoder": "AUTO",
- "defaultAribOverride": true,
- "defaultAudioOverride": true,
- "defaultInput": true,
- "delay": 0,
- "destinationArn": "string",
- "emergencyFilter": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "criteria": [
- null
]
}, - "emergencyLive": true,
- "enabled": true,
- "encryptionKey": "string",
- "id": "string",
- "mediaFlowArn": "string",
- "normalizeLoudness": true,
- "port": 0,
- "port2": 0,
- "presetId": "string",
- "primarySCTESource": true,
- "recording": true,
- "routeId": "string",
- "scteListenerStrategy": "IGNORE",
- "srtLatency": 0,
- "srtStreamId": "string",
- "streamSettings": {
- "audio": [
- null
], - "closedCaptionsCea608": [
- null
], - "contentAdvisory": [
- null
], - "scte": {
- "enabled": null,
- "pid": null
}, - "subtitles": [
- null
], - "subtitlesArib": [
- null
], - "subtitlesAribB40": [
- null
], - "subtitlesBurn": [
- null
], - "subtitlesVTT": [
- null
], - "video": {
- "pid": null
}
}, - "streamingProtocol": "UDP",
- "synchronizeWith": "string",
- "type": "REGULAR",
- "url": "string"
}
], - "localCacheId": "string",
- "localPlayoutId": "string",
- "mjpegSettings": {
- "jpegHeight": 0,
- "jpegQuality": 0,
- "jpegWidth": 0,
- "mjpegFrameRate": 0
}, - "mode": "DEMO",
- "multimediaPackage": "string",
- "name": "string",
- "organizationId": "string",
- "outputs": [
- {
- "audio": [
- {
- "advancedAc3Settings": null,
- "audioEncoderSettings": null,
- "languageCode": null,
- "name": null,
- "pid": null
}
], - "closedCaptionsCea608": [
- {
- "languageCode": null,
- "name": null
}
], - "contentAdvisory": [
- {
- "format": null
}
], - "disableOnEmergency": true,
- "disableOnEmergencyDelayMs": 0,
- "enabled": true,
- "encoderSettings": {
- "bitrate": 0,
- "bitrateBufferMs": 0,
- "encoderType": "MJPEG",
- "getbFrames": 0,
- "gopSize": 0,
- "interlaced": true,
- "interlacingOptions": {
- "topFieldFirst": null
}, - "optionString": "string",
- "quality": 0,
- "timestampOffsetMs": 0,
- "x264Profile": "AUTOMATIC"
}, - "ignoreComplianceRecording": true,
- "mediaConnectDestinations": [
- {
- "cidrAllowList": [ ],
- "ip": null,
- "maxLatency": null,
- "name": null,
- "outputArn": null,
- "port": null,
- "protocol": null,
- "publicIp": null,
- "remoteId": null,
- "smoothingLatency": null,
- "streamId": null
}
], - "mediaConnectFlowArn": "string",
- "muxerSettings": {
- "muxerType": "MPEG_TS",
- "pcrOffsetMs": 0,
- "pmtPid": 0,
- "programName": "string",
- "programNumber": 0,
- "totalBitrate": 0
}, - "name": "string",
- "outputStreams": [
- {
- "disableOnEmergency": null,
- "disableOnEmergencyDelayMs": null,
- "enabled": null,
- "ignoreComplianceRecording": null,
- "mediaConnectDestinations": [ ],
- "mediaConnectFlowArn": null,
- "muxerSettings": null,
- "name": null,
- "streamSettings": null,
- "transportSettings": null,
- "type": null
}
], - "presetId": "string",
- "streamSettings": {
- "audio": [
- null
], - "closedCaptionsCea608": [
- null
], - "contentAdvisory": [
- null
], - "scte": {
- "enabled": null,
- "pid": null
}, - "subtitles": [
- null
], - "subtitlesArib": [
- null
], - "subtitlesAribB40": [
- null
], - "subtitlesBurn": [
- null
], - "subtitlesVTT": [
- null
], - "video": {
- "pid": null
}
}, - "subtitles": [
- {
- "languageCode": null,
- "name": null,
- "style": null
}
], - "subtitlesArib": [
- {
- "languageCode": null,
- "name": null
}
], - "subtitlesAribB40": [
- {
- "languageCode": null,
- "name": null
}
], - "subtitlesBurn": [
- {
- "languageCode": null,
- "style": null
}
], - "subtitlesVTT": [
- {
- "languageCode": null,
- "name": null
}
], - "transportSettings": {
- "accessKey": "string",
- "containerName": "string",
- "encryptionKey": "string",
- "errorCorrectionOverhead": 0,
- "fecColumns": 0,
- "fecRows": 0,
- "hlsAbrGroup": "string",
- "hlsAbrUrl": "string",
- "hlsPushDestinationType": "WEBDAV",
- "hlsPushPassword": "string",
- "hlsPushUser": "string",
- "hlsSegmentCount": 0,
- "hlsSegmentDuration": 0.1,
- "hlsSegmentTtl": 0,
- "host": "string",
- "host2": "string",
- "insertScte35IntoMpegTs": true,
- "mediaConnectOutputIp": "string",
- "mediaconnectHost": "string",
- "password": "string",
- "port": 0,
- "port2": 0,
- "region": "string",
- "scteAheadTimes": [
- null
], - "scteNullInterval": 0,
- "scteNullPeriod": 0,
- "scteTagFormat": "NONE",
- "secretKey": "string",
- "sourcePath": "string",
- "srtLatency": 0,
- "srtStreamId": "string",
- "transportType": "UDP",
- "username": "string"
}, - "type": "REGULAR",
- "videoCaps": {
- "colorSpace": "I420",
- "deinterlace": true,
- "framerate": 0,
- "framerateDivider": 0,
- "height": 0,
- "maxGopSize": 0,
- "screenAspectRatioH": 0,
- "screenAspectRatioW": 0,
- "width": 0
}
}
], - "password": "string",
- "port": 0,
- "presetId": "string",
- "previewV2Enabled": true,
- "pushNotificationEnabled": true,
- "rendererConfiguration": {
- "aspect-ratio": 0,
- "audio": [
- {
- "language-code": "string",
- "solo": true,
- "track-index": 0,
- "variant-index": 0
}
], - "board-index": 0,
- "board-name": "string",
- "frame-rate": 0.1,
- "licenseId": 0,
- "resolution-height": 0,
- "resolution-width": 0,
- "scan-type": 0,
- "subtitles": [
- {
- "language-code": "string",
- "track-index": 0,
- "variant-index": 0
}
]
}, - "scteListenerStrategy": "IGNORE",
- "serviceProviderId": "string",
- "statusConfiguration": {
- "cacheLimitError": 0.1,
- "cacheLimitWarning": 0.1,
- "cpuLoadError": 0.1,
- "cpuLoadWarning": 0.1,
- "diskSpaceError": 0.1,
- "diskSpaceWarning": 0.1,
- "timeTillFirstGapError": 0,
- "timeTillFirstGapWarning": 0
}, - "timeBarSettings": {
- "label": "string",
- "latency": 0
}, - "type": "SD",
- "uploadBandwidthLimit": 0,
- "username": "string",
- "version": 0,
- "zixiEnabled": true
}
], - "recordingFileNamePattern": "string",
- "skipTakeDelay": 0,
- "startOfDay": 0,
- "stationId": 0,
- "timeZone": "string",
- "timelineEditable": true,
- "timelineLooped": true,
- "timelineStatus": {
- "finishTime": "2019-08-24T14:15:22Z",
- "gaps": [
- [
- "2019-08-24T14:15:22Z"
]
], - "incompleteAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "missingAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
], - "unsuccessfulQCAssets": [
- {
- "assetName": "string",
- "duration": 0,
- "eventId": 0,
- "eventOnAirTime": "2019-08-24T14:15:22Z",
- "modificationDeadline": "2019-08-24T14:15:22Z"
}
]
}, - "twitchSettings": {
- "accessToken": "string",
- "broadcasterId": "string",
- "enabled": true,
- "refreshToken": "string"
}, - "unlockable": true,
- "version": 0
}
], - "schedules": [
- {
- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
]
}
}
{- "_embedded": {
- "blockEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-blockevent
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
patch-blockevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
update-blockevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_embedded": {
- "blockEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
Returns blocks
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
include | Array of strings Enter 'events' as included field to retrieve events info in the result |
required | object (BlockSearchDTO) |
organization | string Organization Id |
{- "_embedded": {
- "blocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new block
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
Array of objects (BlockEventDTO) | |
fps | number <float> |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
patch-block
id required | string |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
events | Array of strings |
fps | number <float> |
id | integer <int64> |
name | string |
organization | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- "string"
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
update-block
id required | string |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
events | Array of strings |
fps | number <float> |
id | integer <int64> |
name | string |
organization | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- "string"
], - "fps": 0.1,
- "id": 0,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_embedded": {
- "blocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0.1,
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-blockevent-by-block-Id
id required | string |
{- "_embedded": {
- "blockEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
patch-blockevent-by-block-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "blockEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
update-blockevent-by-block-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "blockEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-blockevent-by-block-Id
id required | string |
propertyId required | string |
{- "_embedded": {
- "blockEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-emergencyevent
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
playlist | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "playlist": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
patch-emergencyevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
playlist | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "playlist": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
update-emergencyevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
id | integer <int64> |
mediaId | string |
orderIndex | integer <int64> |
playlist | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "id": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "playlist": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (EmergencyPlaylist) | |
eventId | integer <int64> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-emergencyplaylist-by-emergencyevent-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
patch-emergencyplaylist-by-emergencyevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
update-emergencyplaylist-by-emergencyevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
get-emergencyplaylist-by-emergencyevent-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
Returns emergency playlists
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
includeEvents | boolean |
required | object (EmergencyPlaylistSearch) |
organization | string Organization Id |
{- "_embedded": {
- "emergencyPlaylists": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new playlist
organization | string Organization Id |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "version": 0
}
get-emergencyplaylist
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
patch-emergencyplaylist
id required | string |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
events | Array of strings |
fps | number |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
organization | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- "string"
], - "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
update-emergencyplaylist
id required | string |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
events | Array of strings |
fps | number |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
organization | string |
version | integer <int32> |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "events": [
- "string"
], - "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
playlistId | integer <int64> |
organization | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
{- "_embedded": {
- "emergencyPlaylists": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyPlaylists": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "name": "string",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-emergencyevent-by-emergencyplaylist-Id
id required | string |
{- "_embedded": {
- "emergencyEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
patch-emergencyevent-by-emergencyplaylist-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
update-emergencyevent-by-emergencyplaylist-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "emergencyEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-emergencyevent-by-emergencyplaylist-Id
id required | string |
propertyId required | string |
{- "_embedded": {
- "emergencyEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "mediaId": "string",
- "orderIndex": 0,
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-event
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-event
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
block | boolean |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
changes | string |
color | string |
Array of objects (ContentAdvisory) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
onAirTimeTime | integer <int64> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
schedule | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "changes": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "schedule": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
patch-event
id required | string |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
block | boolean |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
changes | string |
color | string |
Array of objects (ContentAdvisory) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
onAirTimeTime | integer <int64> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
schedule | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "changes": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "schedule": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
update-event
id required | string |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
block | boolean |
blockId | integer <int64> |
blockMode | string Enum: "ORDERED" "RANDOM" |
category | string |
changes | string |
color | string |
Array of objects (ContentAdvisory) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
houseId | string |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
liveCustomActiveBefore | integer <int64> |
liveCustomUrl | string |
liveId | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
onAirTimeTime | integer <int64> |
Array of objects (PidDTO) | |
placeholderId | string |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
reconciliationId | string |
recording | boolean |
recordingPattern | string |
schedule | string |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "changes": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "schedule": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (ScheduleChanges) | |
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
object (ScheduleChanges) | |
eventIds | Array of integers <int64> [ items <int64 > ] |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (ScheduleChanges) | |
onAirTime | Array of strings <date-time> [ items <date-time > ] |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
eventIds | Array of integers <int64> [ items <int64 > ] |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (Schedule) | |
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (Schedule) | |
eventIds | Array of integers <int64> [ items <int64 > ] |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (ScheduleChanges) | |
onAirTime | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (ScheduleChanges) | |
onAirTime | string <date-time> |
label | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (ScheduleChanges) | |
onAirTime | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (Schedule) | |
onAirTime | string <date-time> |
label | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
changesId | integer <int64> |
onAirTime | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
scheduleId | integer <int64> |
onAirTime | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
scheduleId | integer <int64> |
ids | Array of integers <int64> [ items <int64 > ] |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
changesId | integer <int64> |
onAirTime | string <date-time> |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
scheduleId | integer <int64> |
onAirTime | string <date-time> |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
scheduleId | integer <int64> |
assetName | string |
organization | string |
{- "_embedded": {
- "events": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "block": true,
- "blockId": 0,
- "blockMode": "ORDERED",
- "category": "string",
- "color": "string",
- "contentAdvisory": [
- {
- "flags": [
- "FANTASY_VIOLENCE"
], - "format": "MPA",
- "level": "PG_13"
}
], - "duration": 0,
- "eventType": "PRIMARY",
- "houseId": "string",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "liveCustomActiveBefore": 0,
- "liveCustomUrl": "string",
- "liveId": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "onAirTimeTime": 0,
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "placeholderId": "string",
- "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "reconciliationId": "string",
- "recording": true,
- "recordingPattern": "string",
- "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-schedulechanges-by-event-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
patch-schedulechanges-by-event-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
update-schedulechanges-by-event-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
get-schedulechanges-by-event-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
get-schedule-by-event-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
patch-schedule-by-event-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
update-schedule-by-event-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
get-schedule-by-event-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
{- "_embedded": {
- "exportFiles": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-exportfile
entityId | integer <int64> |
file | string <byte> |
fileName | string |
id | integer <int64> |
organization | string |
{- "entityId": 0,
- "file": "string",
- "fileName": "string",
- "id": 0,
- "organization": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
patch-exportfile
id required | string |
entityId | integer <int64> |
file | string <byte> |
fileName | string |
id | integer <int64> |
organization | string |
{- "entityId": 0,
- "file": "string",
- "fileName": "string",
- "id": 0,
- "organization": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
update-exportfile
id required | string |
entityId | integer <int64> |
file | string <byte> |
fileName | string |
id | integer <int64> |
organization | string |
{- "entityId": 0,
- "file": "string",
- "fileName": "string",
- "id": 0,
- "organization": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
entityId | integer <int64> |
filename | string |
organization | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "entityId": 0,
- "file": "string",
- "fileName": "string",
- "organization": "string"
}
{- "_embedded": {
- "flyways": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-flyway
checksum | integer <int32> |
description | string |
executionTime | integer <int32> |
installedBy | string |
installedOn | string <date-time> |
installedRank | integer <int32> |
script | string |
success | boolean |
type | string |
version | string |
{- "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "installedRank": 0,
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
patch-flyway
id required | string |
checksum | integer <int32> |
description | string |
executionTime | integer <int32> |
installedBy | string |
installedOn | string <date-time> |
installedRank | integer <int32> |
script | string |
success | boolean |
type | string |
version | string |
{- "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "installedRank": 0,
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
update-flyway
id required | string |
checksum | integer <int32> |
description | string |
executionTime | integer <int32> |
installedBy | string |
installedOn | string <date-time> |
installedRank | integer <int32> |
script | string |
success | boolean |
type | string |
version | string |
{- "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "installedRank": 0,
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "checksum": 0,
- "description": "string",
- "executionTime": 0,
- "installedBy": "string",
- "installedOn": "2019-08-24T14:15:22Z",
- "script": "string",
- "success": true,
- "type": "string",
- "version": "string"
}
get-job
organization | Array of strings |
providerId | string |
userId | string |
status | Array of strings Items Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
{- "_embedded": {
- "jobs": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-job
accountUserId | string |
dateCreated | string <date-time> |
dateFinished | string <date-time> |
object (JobDetails) | |
entityId | integer <int64> |
id | integer <int64> |
Array of objects (ModifyResultMessage) | |
organization | string |
providerId | string |
resourceLink | string |
status | string Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
type | string Enum: "TIMELINE_EPG_XML_EXPORT" "EXPORT" "EXPORT_BLOCK" "PLAN_ASSET_DATA_REFRESH" "TIMELINE_ASSET_DATA_REFRESH" "SCHEDULE_ASSET_DATA_REFRESH" "EMERGENCY_ASSET_DATA_REFRESH" "BLOCK_ASSET_DATA_REFRESH" "SCHEDULE_ARCHIVE" "SCHEDULE_UNARCHIVE" "SCHEDULE_IMPORT" |
userId | string |
{- "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "id": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
patch-job
id required | string |
accountUserId | string |
dateCreated | string <date-time> |
dateFinished | string <date-time> |
object (JobDetails) | |
entityId | integer <int64> |
id | integer <int64> |
Array of objects (ModifyResultMessage) | |
organization | string |
providerId | string |
resourceLink | string |
status | string Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
type | string Enum: "TIMELINE_EPG_XML_EXPORT" "EXPORT" "EXPORT_BLOCK" "PLAN_ASSET_DATA_REFRESH" "TIMELINE_ASSET_DATA_REFRESH" "SCHEDULE_ASSET_DATA_REFRESH" "EMERGENCY_ASSET_DATA_REFRESH" "BLOCK_ASSET_DATA_REFRESH" "SCHEDULE_ARCHIVE" "SCHEDULE_UNARCHIVE" "SCHEDULE_IMPORT" |
userId | string |
{- "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "id": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
update-job
id required | string |
accountUserId | string |
dateCreated | string <date-time> |
dateFinished | string <date-time> |
object (JobDetails) | |
entityId | integer <int64> |
id | integer <int64> |
Array of objects (ModifyResultMessage) | |
organization | string |
providerId | string |
resourceLink | string |
status | string Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" |
type | string Enum: "TIMELINE_EPG_XML_EXPORT" "EXPORT" "EXPORT_BLOCK" "PLAN_ASSET_DATA_REFRESH" "TIMELINE_ASSET_DATA_REFRESH" "SCHEDULE_ASSET_DATA_REFRESH" "EMERGENCY_ASSET_DATA_REFRESH" "BLOCK_ASSET_DATA_REFRESH" "SCHEDULE_ARCHIVE" "SCHEDULE_UNARCHIVE" "SCHEDULE_IMPORT" |
userId | string |
{- "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "id": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
date | string <date-time> |
export | string Enum: "TIMELINE_EPG_XML_EXPORT" "EXPORT" "EXPORT_BLOCK" "PLAN_ASSET_DATA_REFRESH" "TIMELINE_ASSET_DATA_REFRESH" "SCHEDULE_ASSET_DATA_REFRESH" "EMERGENCY_ASSET_DATA_REFRESH" "BLOCK_ASSET_DATA_REFRESH" "SCHEDULE_ARCHIVE" "SCHEDULE_UNARCHIVE" "SCHEDULE_IMPORT" |
{- "_embedded": {
- "jobs": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "jobs": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "accountUserId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "details": {
- "endDateFrom": "2019-08-24T14:15:22Z",
- "startDateTo": "2019-08-24T14:15:22Z",
- "timeInMilliseconds": true
}, - "entityId": 0,
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "providerId": "string",
- "resourceLink": "string",
- "status": "PENDING",
- "type": "TIMELINE_EPG_XML_EXPORT",
- "userId": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlockSeries": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-planblockseries
blocks | Array of strings |
required | object (BlockSeriesConfigurationDTO) |
id | integer <int64> |
plan | string |
{- "blocks": [
- "string"
], - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}, - "id": 0,
- "plan": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
patch-planblockseries
id required | string |
blocks | Array of strings |
required | object (BlockSeriesConfigurationDTO) |
id | integer <int64> |
plan | string |
{- "blocks": [
- "string"
], - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}, - "id": 0,
- "plan": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
update-planblockseries
id required | string |
blocks | Array of strings |
required | object (BlockSeriesConfigurationDTO) |
id | integer <int64> |
plan | string |
{- "blocks": [
- "string"
], - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}, - "id": 0,
- "plan": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
{- "_embedded": {
- "planBlockSeries": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlockSeries": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-planblock-by-planblockseries-Id
id required | string |
{- "_embedded": {
- "planBlocks": [
- {
- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
patch-planblock-by-planblockseries-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlocks": [
- {
- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
update-planblock-by-planblockseries-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlocks": [
- {
- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-planblock-by-planblockseries-Id
id required | string |
propertyId required | string |
{- "_embedded": {
- "planBlocks": [
- {
- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-plan-by-planblockseries-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
patch-plan-by-planblockseries-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
update-plan-by-planblockseries-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
get-plan-by-planblockseries-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_embedded": {
- "planBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-planblock
categoryId | string |
description | string |
duration | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
plan | string |
planTemplate | string |
object (BlockProgrammeDTO) | |
series | string |
startDate | string <date-time> |
title | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "plan": "string",
- "planTemplate": "string",
- "programme": {
- "description": "string",
- "title": "string"
}, - "series": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
patch-planblock
id required | string |
categoryId | string |
description | string |
duration | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
plan | string |
planTemplate | string |
object (BlockProgrammeDTO) | |
series | string |
startDate | string <date-time> |
title | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "plan": "string",
- "planTemplate": "string",
- "programme": {
- "description": "string",
- "title": "string"
}, - "series": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
update-planblock
id required | string |
categoryId | string |
description | string |
duration | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
plan | string |
planTemplate | string |
object (BlockProgrammeDTO) | |
series | string |
startDate | string <date-time> |
title | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "plan": "string",
- "planTemplate": "string",
- "programme": {
- "description": "string",
- "title": "string"
}, - "series": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_embedded": {
- "planBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-planevent-by-planblock-Id
id required | string |
{- "_embedded": {
- "planEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
patch-planevent-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
update-planevent-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "planEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-planevent-by-planblock-Id
id required | string |
propertyId required | string |
{- "_embedded": {
- "planEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-plan-by-planblock-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
patch-plan-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
update-plan-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
get-plan-by-planblock-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
get-plantemplate-by-planblock-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
patch-plantemplate-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
update-plantemplate-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
get-plantemplate-by-planblock-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
get-planblockseries-by-planblock-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
patch-planblockseries-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
update-planblockseries-by-planblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
get-planblockseries-by-planblock-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "configuration": {
- "dayInterval": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "lastInMonth": true,
- "monthDayInterval": 0,
- "monthInterval": 0,
- "occurrenceInMonth": 0,
- "occurrences": 0,
- "pattern": "DAILY",
- "planEndDate": true,
- "startDate": "2019-08-24T14:15:22Z",
- "weekDays": [
- 0
], - "weekInterval": 0
}
}
{- "_embedded": {
- "planEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-planevent
object (EventAssetDataDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
planBlock | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "planBlock": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
patch-planevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
planBlock | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "planBlock": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
update-planevent
id required | string |
object (EventAssetDataDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
planBlock | string |
som | integer <int64> |
timecodeIn | integer <int64> |
title | string |
version | integer <int32> |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "planBlock": "string",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
{- "_embedded": {
- "planEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "duration": 0,
- "eventType": "PRIMARY",
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "som": 0,
- "timecodeIn": 0,
- "title": "string",
- "version": 0
}
get-planblock-by-planevent-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
patch-planblock-by-planevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
update-planblock-by-planevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
get-planblock-by-planevent-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
get-plantemplate
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "planTemplates": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-plantemplate
blockCount | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
name required | string |
periodFrom | string <date-time> |
periodTo | string <date-time> |
plan | string |
version | integer <int32> |
{- "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "plan": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
patch-plantemplate
id required | string |
blockCount | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
name required | string |
periodFrom | string <date-time> |
periodTo | string <date-time> |
plan | string |
version | integer <int32> |
{- "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "plan": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
update-plantemplate
id required | string |
blockCount | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
name required | string |
periodFrom | string <date-time> |
periodTo | string <date-time> |
plan | string |
version | integer <int32> |
{- "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "plan": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
{- "_embedded": {
- "planTemplates": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "blockCount": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-plan-by-plantemplate-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
patch-plan-by-plantemplate-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
update-plan-by-plantemplate-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
get-plan-by-plantemplate-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
get-plan
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "plans": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-plan
changedId | integer <int64> |
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
endDate | string <date-time> |
firstWeekDay | integer <int32> |
id | integer <int64> |
name required | string |
organization | string |
startDate | string <date-time> |
startOfDay | integer <int64> |
status required | string Enum: "DRAFT" "COMMITTED" "CHANGED" |
timeZone | string |
version | integer <int32> |
{- "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "id": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
patch-plan
id required | string |
changedId | integer <int64> |
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
endDate | string <date-time> |
firstWeekDay | integer <int32> |
id | integer <int64> |
name required | string |
organization | string |
startDate | string <date-time> |
startOfDay | integer <int64> |
status required | string Enum: "DRAFT" "COMMITTED" "CHANGED" |
timeZone | string |
version | integer <int32> |
{- "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "id": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
update-plan
id required | string |
changedId | integer <int64> |
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
endDate | string <date-time> |
firstWeekDay | integer <int32> |
id | integer <int64> |
name required | string |
organization | string |
startDate | string <date-time> |
startOfDay | integer <int64> |
status required | string Enum: "DRAFT" "COMMITTED" "CHANGED" |
timeZone | string |
version | integer <int32> |
{- "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "id": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
{- "_embedded": {
- "plans": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "changedId": 0,
- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "firstWeekDay": 0,
- "name": "string",
- "organization": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startOfDay": 0,
- "status": "DRAFT",
- "timeZone": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-schedulearchive
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "scheduleArchives": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateArchived": "2019-08-24T14:15:22Z",
- "xml": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-schedulearchive
dateArchived | string <date-time> |
id | integer <int64> |
xml | string |
{- "dateArchived": "2019-08-24T14:15:22Z",
- "id": 0,
- "xml": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateArchived": "2019-08-24T14:15:22Z",
- "xml": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateArchived": "2019-08-24T14:15:22Z",
- "xml": "string"
}
patch-schedulearchive
id required | string |
dateArchived | string <date-time> |
id | integer <int64> |
xml | string |
{- "dateArchived": "2019-08-24T14:15:22Z",
- "id": 0,
- "xml": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateArchived": "2019-08-24T14:15:22Z",
- "xml": "string"
}
update-schedulearchive
id required | string |
dateArchived | string <date-time> |
id | integer <int64> |
xml | string |
{- "dateArchived": "2019-08-24T14:15:22Z",
- "id": 0,
- "xml": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateArchived": "2019-08-24T14:15:22Z",
- "xml": "string"
}
{- "_embedded": {
- "scheduleChangeses": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-schedulechanges
dateCreated | string <date-time> |
finishDate | string <date-time> |
id | integer <int64> |
schedule | string |
scheduleVersion | integer <int32> |
startDate | string <date-time> |
userName | string |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "schedule": "string",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
patch-schedulechanges
id required | string |
dateCreated | string <date-time> |
finishDate | string <date-time> |
id | integer <int64> |
schedule | string |
scheduleVersion | integer <int32> |
startDate | string <date-time> |
userName | string |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "schedule": "string",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
update-schedulechanges
id required | string |
dateCreated | string <date-time> |
finishDate | string <date-time> |
id | integer <int64> |
schedule | string |
scheduleVersion | integer <int32> |
startDate | string <date-time> |
userName | string |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "schedule": "string",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
{- "_embedded": {
- "scheduleChangeses": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
id | integer <int64> |
object (Schedule) | |
userName | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "scheduleVersion": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "userName": "string"
}
get-schedule-by-schedulechanges-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
patch-schedule-by-schedulechanges-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
update-schedule-by-schedulechanges-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
get-schedule-by-schedulechanges-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
Returns schedules
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
required | object (ScheduleSearch) |
organization | string Organization Id |
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
Creates new schedule
organization | string Organization Id |
archiveStatus | string Enum: "NOT_ARCHIVED" "ARCHIVING" "UN_ARCHIVING" "ARCHIVED" |
breakMax | integer <int64> |
breakMin | integer <int64> |
channel | string |
channelId | integer <int64> |
dateApplied | string <date-time> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
finishDate | string <date-time> |
fps | number |
fpsFloat | number <float> |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
name | string |
organization | string |
playlistType | string |
startDate | string <date-time> |
status | string |
txdate | string |
version | integer <int32> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "fpsFloat": 0.1,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "finishDate": "2019-08-24T14:15:22Z",
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "name": "string",
- "organization": "string",
- "playlistType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "txdate": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
patch-schedule
id required | string |
archiveStatus | string Enum: "NOT_ARCHIVED" "ARCHIVING" "UN_ARCHIVING" "ARCHIVED" |
breakMax | integer <int64> |
breakMin | integer <int64> |
channel | string |
channelId | integer <int64> |
dateApplied | string <date-time> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
deleted | boolean |
finishDate | string <date-time> |
finiteType | boolean |
fps | number |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
loopType | boolean |
name | string |
organization | string |
playlistType | string Enum: "FINITE" "LOOP" |
startDate | string <date-time> |
txdate | string |
version | integer <int32> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
update-schedule
id required | string |
archiveStatus | string Enum: "NOT_ARCHIVED" "ARCHIVING" "UN_ARCHIVING" "ARCHIVED" |
breakMax | integer <int64> |
breakMin | integer <int64> |
channel | string |
channelId | integer <int64> |
dateApplied | string <date-time> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
deleted | boolean |
finishDate | string <date-time> |
finiteType | boolean |
fps | number |
graphicsProject | string |
graphicsProjectV2 | string |
id | integer <int64> |
loopType | boolean |
name | string |
organization | string |
playlistType | string Enum: "FINITE" "LOOP" |
startDate | string <date-time> |
txdate | string |
version | integer <int32> |
{- "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "id": 0,
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
scheduleId | integer <int64> |
organization | string |
deleted | boolean |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "schedules": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "archiveStatus": "NOT_ARCHIVED",
- "breakMax": 0,
- "breakMin": 0,
- "channel": "string",
- "channelId": 0,
- "dateApplied": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "deleted": true,
- "finishDate": "2019-08-24T14:15:22Z",
- "finiteType": true,
- "fps": 0,
- "graphicsProject": "string",
- "graphicsProjectV2": "string",
- "loopType": true,
- "name": "string",
- "organization": "string",
- "playlistType": "FINITE",
- "startDate": "2019-08-24T14:15:22Z",
- "txdate": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "timelineBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
create-timelineblock
categoryId | string |
description | string |
duration required | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
planSeriesId | integer <int64> |
planned | boolean |
object (BlockProgrammeDTO) | |
startDate required | string <date-time> |
timeline | string |
title required | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "timeline": "string",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
patch-timelineblock
id required | string |
categoryId | string |
description | string |
duration required | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
planSeriesId | integer <int64> |
planned | boolean |
object (BlockProgrammeDTO) | |
startDate required | string <date-time> |
timeline | string |
title required | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "timeline": "string",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
update-timelineblock
id required | string |
categoryId | string |
description | string |
duration required | integer <int64> |
editable | boolean |
events | Array of strings |
id | integer <int64> |
planSeriesId | integer <int64> |
planned | boolean |
object (BlockProgrammeDTO) | |
startDate required | string <date-time> |
timeline | string |
title required | string |
{- "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "events": [
- "string"
], - "id": 0,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "timeline": "string",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
{- "_embedded": {
- "timelineBlocks": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (Timeline) | |
startDateFrom | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
get-timelineevent-by-timelineblock-Id
id required | string |
{- "_embedded": {
- "timelineEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
patch-timelineevent-by-timelineblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "timelineEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
update-timelineevent-by-timelineblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_embedded": {
- "timelineEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-timelineevent-by-timelineblock-Id
id required | string |
propertyId required | string |
{- "_embedded": {
- "timelineEvents": [
- {
- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-timeline-by-timelineblock-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
patch-timeline-by-timelineblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
update-timeline-by-timelineblock-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
get-timeline-by-timelineblock-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
get-timelineevent
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "timelineEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-timelineevent
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
timelineBlock | string |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "timelineBlock": "string",
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
patch-timelineevent
id required | string |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
timelineBlock | string |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "timelineBlock": "string",
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
update-timelineevent
id required | string |
object (EventAssetDataDTO) | |
object (AudioTransitionDTO) | |
duration | integer <int64> |
eventType | string Enum: "PRIMARY" "ADVERTISEMENT" "LIVE" "PLACEHOLDER" "BLOCK" "EMERGENCY" |
id | integer <int64> |
ignoreIncomingScte35Signals | boolean |
label | string |
locked | boolean |
manualEnd | boolean |
manualStart | boolean |
maxExtendedDuration | integer <int64> |
mediaId | string |
onAirTime | string <date-time> |
Array of objects (PidDTO) | |
Array of objects (PlayoutSwitchDTO) | |
object (PrimarySCTESourceSwitchDTO) | |
object (EventProgrammeDTO) | |
Array of objects (SCTE35SignalDTO) | |
object (SCTE35TriggerDTO) | |
Array of objects (SecondaryEventDTO) | |
som | integer <int64> |
Array of objects (StreamOverrideDTO) | |
timecodeIn | integer <int64> |
timelineBlock | string |
title | string |
Array of objects (TwitchRPCDTO) | |
Array of objects (UntimedAdDTO) | |
version | integer <int32> |
Array of objects (VoiceoverDTO) |
{- "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "id": 0,
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "timelineBlock": "string",
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
{- "_embedded": {
- "timelineEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
eventId | integer <int64> |
object (TimelineBlock) |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (Timeline) | |
endDateFrom | string <date-time> |
startDateTo | string <date-time> |
{- "_embedded": {
- "timelineEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
object (Timeline) | |
onAirTime | string <date-time> |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
object (Timeline) | |
endDateFrom | string <date-time> |
startDateTo | string <date-time> |
{- "_embedded": {
- "timelineEvents": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "assetData": {
- "assetAudioCount": 0,
- "assetId": "string",
- "assetImageCount": 0,
- "assetQCStatus": "UNKNOWN",
- "assetStatus": [
- "OK"
], - "assetSubtitleCount": 0,
- "assetVersion": 0,
- "assetVideoCount": 0,
- "durationInMilliseconds": 0,
- "firstFrameTime": 0,
- "sourceAssetData": {
- "assetName": "string",
- "assetVersion": 0,
- "sourceId": "string"
}, - "title": "string"
}, - "audioTransition": {
- "attenuation": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0
}, - "duration": 0,
- "eventType": "PRIMARY",
- "ignoreIncomingScte35Signals": true,
- "label": "string",
- "locked": true,
- "manualEnd": true,
- "manualStart": true,
- "maxExtendedDuration": 0,
- "mediaId": "string",
- "onAirTime": "2019-08-24T14:15:22Z",
- "pidOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "pid": 0,
- "pidPassthrough": true
}
], - "playoutSwitches": [
- {
- "command": "ON",
- "offset": 0,
- "origin": "FROM_START"
}
], - "primarySCTESourceSwitch": {
- "liveId": "string"
}, - "programme": {
- "description": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "title": "string"
}, - "scte35Signals": [
- {
- "archiveAllowedFlag": true,
- "autoReturn": true,
- "availNum": 0,
- "availsExpected": 0,
- "command": "ON",
- "deviceGroupRestriction": 0,
- "duration": 0,
- "hasSegment": true,
- "noRegionalBlackoutFlag": true,
- "offset": 0,
- "origin": "FROM_START",
- "programId": 0,
- "scteEventType": "SPLICE",
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceEventId": 0,
- "webDeliveryAllowedFlag": true
}
], - "scte35Trigger": {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "fallback": {
- "time": "2019-08-24T14:15:22Z",
- "type": "NONE"
}, - "programId": 0,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}, - "secondaryEvents": [
- {
- "command": "ON",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "substitution": {
- "property1": "string",
- "property2": "string"
}
}
], - "som": 0,
- "streamOverrides": [
- {
- "languageCode": "string",
- "mediaType": "ARIB_SUBTITLE",
- "sourceDelay": 0,
- "sourceId": "string",
- "sourceType": "LIVE"
}
], - "timecodeIn": 0,
- "title": "string",
- "twitchRPCList": [
- {
- "broadcasterLanguage": "string",
- "duration": 0,
- "gameId": "string",
- "offset": 0,
- "origin": "FROM_START",
- "procedure": "START_COMMERCIAL",
- "title": "string"
}
], - "untimedAds": [
- {
- "activeFrom": "2019-08-24T14:15:22Z",
- "activeTo": "2019-08-24T14:15:22Z",
- "availNum": 0,
- "placeholder": "string",
- "programId": 0,
- "propagate": true,
- "segmentNum": 0,
- "segmentationEventId": 0,
- "segmentationTypeId": 0,
- "segmentationUpid": "string",
- "segmentationUpidType": 0,
- "segmentsExpected": 0,
- "spliceId": 0
}
], - "version": 0,
- "voiceovers": [
- {
- "attenuation": 0,
- "duration": 0,
- "fadeInAttack": 0,
- "fadeInOffset": 0,
- "fadeOutAttack": 0,
- "fadeOutOffset": 0,
- "mute": true,
- "name": "string",
- "objectName": "string",
- "offset": 0,
- "origin": "FROM_START",
- "som": 0,
- "target": "string"
}
]
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
get-timelineblock-by-timelineevent-Id
id required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
patch-timelineblock-by-timelineevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
update-timelineblock-by-timelineevent-Id
id required | string |
object | |
object (Links) |
{- "_embedded": {
- "objects": [
- { }
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
get-timelineblock-by-timelineevent-Id
id required | string |
propertyId required | string |
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "categoryId": "string",
- "description": "string",
- "duration": 0,
- "editable": true,
- "planSeriesId": 0,
- "planned": true,
- "programme": {
- "description": "string",
- "title": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "title": "string"
}
get-timeline
page | integer >= 0 Default: 0 Zero-based page index (0..N) |
size | integer >= 1 Default: 20 The size of the page to be returned |
sort | Array of strings Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
{- "_embedded": {
- "timelines": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
create-timeline
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
organization | string |
version | integer <int32> |
{- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
patch-timeline
id required | string |
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
organization | string |
version | integer <int32> |
{- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
update-timeline
id required | string |
channelId | integer <int64> |
dateCreated | string <date-time> |
dateUpdated | string <date-time> |
id | integer <int64> |
organization | string |
version | integer <int32> |
{- "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "id": 0,
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
{- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
{- "_embedded": {
- "timelines": [
- {
- "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}, - "channelId": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z",
- "organization": "string",
- "version": 0
}
]
}, - "_links": {
- "property1": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}, - "property2": {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "name": "string",
- "profile": "string",
- "templated": true,
- "title": "string",
- "type": "string"
}
}
}