Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The MediaHaven REST API endpoint events

  2. The OAI PMH API with format “mets-mhs-head” and “mets-mhs”

  3. When exporting a record with the combine option ZipTree or requesting it with metadata in the format “mets-mhs-head” and “mets-mhs”

  4. Visible in the front-ends MediaHaven 2.0 and MediaHaven Monitoring

...

Code Block
{
  "Difference": [
    {   "DottedKey": "AdministrativeDescriptive.LastModifiedDateKeywords",
        "ValueBefore": "2023-11-06T11:21:05.957000Z",{
            "Keyword": [
                "Beekje",
                "Leopoldskanaal"
            ]
        },
        "ValueAfter": {
            "Keyword"2023-11-06T11:21:06.320000Z": [
                "Beekje",
                "Leopoldskanaal",
                "Krekenroute"
            ]
        }
    },
    { "DottedKey": "Internal.ArchiveStatus",
      "ValueBefore": "in_progress",
      "ValueAfter": "on_disk"}
  ]
}

...

Code Block
<premis:eventDetailInformation>
	<premis:eventDetail>on_disk</premis:eventDetail>
		<premis:eventDetailExtension>
			<mhs:Difference xmlns:mhs="https://zeticon.mediahaven.com/metadata/24.1/mhs/">
				<mhs:MetadataFieldChange>
					<mhs:DottedKey>Administrative.LastModifiedDate<
                <mhs:DottedKey>Descriptive.Keywords</mhs:DottedKey>
					<mhs:ValueBefore>2023-11-07T11:26:52.838000Z</mhs:ValueBefore>
					<mhs:ValueAfter>2023-11-07T11:26:53.079000Z</mhs:ValueAfter>
				
                <mhs:ValueBefore>
                    <mh:Keyword>Beekje</mh:Keyword>
                    <mh:Keyword>Leopoldskanaal</mh:Keyword>
                </mhs:ValueBefore>
                <mhs:ValueAfter>
                    <mh:Keyword>Beekje</mh:Keyword>
                    <mh:Keyword>Leopoldskanaal</mh:Keyword>
                    <mh:Keyword>Krekenroute</mh:Keyword>
                </mhs:ValueAfter>
            </mhs:MetadataFieldChange>
				<mhs:MetadataFieldChange>
					<mhs:DottedKey>Internal.ArchiveStatus</mhs:DottedKey>
					<mhs:ValueBefore>in_progress</mhs:ValueBefore>
					<mhs:ValueAfter>on_disk</mhs:ValueAfter>
				</mhs:MetadataFieldChange>
		</mhs:Difference>
  	</premis:eventDetailExtension>
</premis:eventDetailInformation>

...