ReadinessArchivalEventV1

Occurs when the readiness archival process is completed.

Webhook Payload

The webhook event is encapsulated within a common wrapper structure providing general information about the event.

PropertyTypeDescription
idstringThe uniqueId of the event
versionstringThe version of the event
occurredAtstringThe timestamp event occurred
tenantIdstringTenantId
tenantNamestringTenantName
dataobjectThe container of the event details data object details
applicationstringApplication
productAreastringProduct Area

data object details

PropertyTypeDescription
lessonIdnumberlessonId
lessonVersionnumberlessonVersion
lessonStatusstringlessonStatus
lessonDataArchiveUrlstringlessonDataArchiveUrl
assetsarray of objectsassets assets array object details

assets array object details

PropertyTypeDescription
namestringname
fileTypestringfileType
archiveUrlstringarchiveUrl
identifierstringidentifier

Example

{
  "Id": "386D726D5ED1959DB1CDCAB4B1F931F96ABEA6777B27C06A183E9A2052E6B7B4",
  "Version": "ReadinessArchivalEventV1",
  "OccurredAt": "2024-01-18T05:57:34.885Z",
  "TenantId": "b4d8bb18-dc97-4e18-8049-50a04edf453f",
  "TenantName": "fsdev",
  "Data": {
    "lessonId": 55569,
    "lessonVersion": 2,
    "lessonStatus": "Published",
    "lessonDataArchiveUrl": "https://srs-arc-dev-az-westus-mongoose.seismic-dev.com/api/v1/lessons/55569/2/assets/e83f19bf-f769-4c90-883f-f43c33915e63",
    "assets": [
      {
        "name": "",
        "fileType": "VideoOrAudio",
        "archiveUrl": "https://srs-arc-dev-az-westus-mongoose.seismic-dev.com/api/v1/lessons/55569/2/assets/c8e177b5-1bad-42e6-8243-38ae8e745bb8",
        "identifier": "62717"
      },
      {
        "name": "transcript for $-$c8e177b5-1bad-42e6-8243-38ae8e745bb8",
        "fileType": "Transcription",
        "archiveUrl": "https://srs-arc-dev-az-westus-mongoose.seismic-dev.com/api/v1/lessons/55569/2/assets/4e234a8c-b4b3-4c40-94a4-fa3c93633c42",
        "identifier": ""
      }
    ]
  },
  "Application": "readiness",
  "ProductArea": "archival"
}