GET http:// [Nom de l'instance web service] /recordsManagement/archives/listing?[searchParameters]
Route de service web retournant une liste d'identifiant d'archives
| Nom de la propriété | Type | Description | Obligatoire | 
|---|---|---|---|
| orgRegNumber | string | Identifiant métier de l'organisation | Oui | 
| accountId | string | Identifiant du compte utilisateur | Oui | 
| orgUnitRegNumber | string | Identifiant métier d'un service | Non | 
| fromDate | string | Date de départ | Non | 
| toDate | string | Date de fin | Non | 
| fromArchiveName | string | ? | Non | 
| toArchiveName | string | ? | Non | 
| archiveId | string | Identifiant de l'archive | Non | 
| Nom de l'en-tête | Type | Description | 
|---|---|---|
| Accept | string | application/json | 
| Content-Type | string | application/json | 
| User-Agent | string | Mot-clé de connexion à l'API  Récupération du SERVICE_CLIENT_TOKEN  | 
| Nom du cookie | Type | Description | 
|---|---|---|
| LAABS-AUTH | string | Jeton de connexion à l'application URL encodé  Génération d'un jeton  | 
| Nom de la propriété | Type | Description | 
|---|---|---|
| Néant | 
| Nom de la propriété | Type | Description | 
|---|---|---|
| Néant | 
Requête
GET http://maarchrm/recordsManagement/archives/listing?orgRegNumber=ACME&accountId=ccordy&orgUnitRegNumber=FOUR
Headers
Accept          application/json
Content-Type    application/json
User-Agent      service
Cookie          LAABS-AUTH=RJpzB36bmR%2Biuz%2FaHN9Zl9PDn8tZEs4mzsz9OXNeNIrej2%2Bv3UMyVJdzNHvAVVouhEXhgffWz8z8aEPJOkOzv1nq7RYIgtz3mdbTh6NBiiR8FQTnW6eVgQ%3D%3D
Le service web retourne les informations de l'archive et de ses agrégats.
Code HTTP 200
retour
{
    "orgRegNumber": "ACME",
    "accountId": "System",
    "orgUnitRegNumber": [
        "FOUR",
        "FOUR"
    ],
    "archiveIds": [
        "maarchRM_5jfo6qhfl-0000-453qs4",
        "maarchRM_5jfobx1vi-0000-5lbvvp"
    ],
    "date": "2019-07-16T08:13:06+00:00",
    "result": "OK"
}