GET /digitalSafe/digitalSafe/{originatorOwnerOrgRegNumber}/{originatorOrgRegNumber}
Liste des objets dans le coffre-fort numérique, avec un filtre.
| Nom de la propriété | Type | Description | 
|---|---|---|
| originatorOwnerOrgRegNumber | string | Identifiant de coffre-fort numérique ID_CCFN | 
| originatorOrgRegNumber | string | Identifiant du conteneur ID_CONT | 
| 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 pour contrôle l'existence | 
| fromDate | string | Date de départ pour une recherche par plage | 
| toDate | string | Date de fin pour une recherche par plage | 
| fromOriginatorArchiveId | string | (En attente d'implémentation) | 
| toOriginatorArchiveId | string | (En attente d'implémentation) | 
Néant
Requête
GET /digitalSafe/digitalSafe/ACME
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 la liste des identifiant d'objets numériques trouvés.
Code HTTP 200
Corps
{
    "archiveIds" : [
        "CCFN_93746483-4743-92373",
        "CCFN_93847423-3833-Z6EZ6"
    ],
    "originatorOwnerOrgRegNumber" : "ACME",
    "originatorOrgRegNumber" : "CPTCLI",
    "timestamp" : "2019-07-30T12:34:56Z",
    "accountName" : "ccox",
    "operationResult" : true
}