GET /digitalSafe/digitalSafe/{originatorOwnerOrgRegNumber}/events
Lecture de événements de journal du coffre-fort numérique.
| Nom de la propriété | Type | Description | 
|---|---|---|
| originatorOwnerOrgRegNumber | string | Identifiant de coffre-fort numérique ID_CCFN | 
| 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  | 
| Nom de la propriété | Type | Description | 
|---|---|---|
| archiveId | string | Identifiant de l'objet numérique IDU. Si renseigne, interdit l'usage de date et identifiant fourni par l'utilisateur | 
| originatorOrgRegNumber | string | Identifiant du conteneur ID_CONT | 
| fromDate | string | Date de départ pour une recherche par plage | 
| toDate | string | Date de fin pour une recherche par plage | 
| fromOriginatorArchiveId | string | Identifiant de départ pour une recherche par plage | 
| toOriginatorArchiveId | string | Identifiant de fin pour une recherche par plage | 
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
{
    "originatorOwnerOrgRegNumber" : "ACME",
    "timestamp" : "2019-07-30T12:34:56Z",
    "accountName" : "ccox",
    "operationResult" : true,
    "lifeCycleEvents" : [
        {
            "eventId": "maarchRM_5jpkc94sq-0000-hla22h",
            "eventType": "recordsManagement/deposit",
            "instanceName": "maarchRM",
            "timestamp": "2019-08-05T13:30:11+00:00",
            "orgRegNumber": "ACME",
            "orgUnitRegNumber": "RH",
            "accountId": "maarchRM_pvrkni-0f7c-2ls2d0",
            "objectClass": "recordsManagement/archive",
            "objectId": "maarchRM_5jpkc8yq3-0000-m0mblm",
            "operationResult": true,
            "description": "Dépôt de l'archive maarchRM_5jpkc8yq3-0000-m0mblm",
            "eventInfo": [
                {
                    "eventId": "maarchRM_5jpkc94sq-0000-hla22h",
                    "eventType": "recordsManagement/deposit",
                    "timestamp": "2019-08-05T13:30:11+00:00",
                    "orgRegNumber": "ACME",
                    "orgUnitRegNumber": "RH",
                    "accountId": "maarchRM_pvrkni-0f7c-2ls2d0",
                    "objectId": "maarchRM_5jpkc8yq3-0000-m0mblm",
                    "resId": "maarchRM_jyyfmhvt-0000-wni2ww",
                    "hashAlgorithm": "SHA256",
                    "hash": "0d25be041bce8d24f60fed6ffa6adec175db4484b10b02b15a10467048465840",
                    "originatorOrgRegNumber": "RH",
                    "depositorOrgRegNumber": "",
                    "archiverOrgRegNumber": "GIC",
                    "size": 1670
                }
            ],
            "accountName": "API_RH"
        },
        ...
    ]
}