GET /digitalSafe/digitalSafe/{originatorOwnerOrgRegNumber}/{originatorOrgRegNumber}/{archiveId}/metadata
Lecture des métadonnées techniques d'un objet dans le coffre-fort numérique.
Nom de la propriété | Type | Description |
---|---|---|
originatorOwnerOrgRegNumber | string | Identifiant de coffre-fort numérique ID_CCFN |
originatorOrgRegNumber | string | Identifiant du conteneur ID_CONT |
archiveId | string | Identifiant de l'objet numérique IDU |
Nom de l'en-tête | Type | Description |
---|---|---|
Accept | string | application/json |
Content-Type | string | application/json |
User-Agent | string | service |
Nom du cookie | Type | Description |
---|---|---|
LAABS-AUTH | string | Jeton de connexion à l'application URL encodé Génération d'un jeton, qui comporte l'identifiant de l'utilisateur ID_UTI |
Néant
Néant
Requête
GET /digitalSafe/digitalSafe/ACME/CPTCLI/CCFN_93746483-4743-92373/metadata
En-têtes
Accept application/json
Content-Type application/json
User-Agent service
Cookie LAABS-AUTH=phdF9WkJuTKkDuPXoqDZuOjLMAFGC6ZrqwSFnXohEKRi7FRU8hxZItTnhpedvQuz7nm%2FwrvKJO57kQhI%2Fuhl%2FA%3D%3D
Vous pouvez vous référer au tableau de correspondances entre maarchRM et le CCFN pour de plus amples détails.
Le service web retourne les métadonnées de l'objet numérique lu dans le système.
Code HTTP 200
Corps
{
"archiveId" : "CCFN_93746483-4743-92373",
"originatorOwnerOrgRegNumber" : "ACME",
"originatorOrgRegNumber" : "CPTCLI",
"originatorArchiveId" : "DOC_109283.pdf",
"timestamp" : "2019-07-30T12:34:56Z",
"accountName" : "ccox",
"operationResult" : true,
"depositDate": "2019-08-06T09:31:33+00:00",
"digitalResources" : [
{
"archiveId": "maarchRM_5jpw9elrn-0000-b75xay",
"resId": "maarchRM_5jpw9elyv-0000-8o4gcb",
"clusterId": "archives",
"size": 1670,
"puid": "fmt/11",
"mimetype": "image/png",
"hash": "f3491afd3e2b8912c50e2e946e70f85bec74f4e061e8025fb14632ae7a8f00cac8d9484ecccc7bfa9cd7b68a90cc8a76e51689653ef3b3034cf730701213b49f",
"hashAlgorithm": "SHA512",
"fileExtension": null,
"fileName": "Mon image",
"mediaInfo": null,
"created": "2019-08-06T09:31:33+00:00",
"updated": null,
"format": {
"puid": "fmt/11",
"name": "Portable Network Graphics",
"version": "1.0",
"mimetypes": [
"image/png"
],
"extensions": [
"png"
],
"mediatype": "image"
}
},
...
]
}