|
| 1 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 2 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 3 | +**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* |
| 4 | + |
| 5 | +- [danrw-rest-api](#danrw-rest-api) |
| 6 | + - [API prefix](#api-prefix) |
| 7 | + - [Ingest data](#ingest-data) |
| 8 | + - [Response](#response) |
| 9 | + - [Get status of specific ingest](#get-status-of-specific-ingest) |
| 10 | + - [Parameters](#parameters) |
| 11 | + - [Response](#response-1) |
| 12 | + - [Get list of all AIP](#get-list-of-all-aip) |
| 13 | + - [Response](#response-2) |
| 14 | + - [Order the dissemination of information](#order-the-dissemination-of-information) |
| 15 | + - [Parameters](#parameters-1) |
| 16 | + - [Response](#response-3) |
| 17 | + - [Get status of ordered dissemination of information](#get-status-of-ordered-dissemination-of-information) |
| 18 | + - [Parameters](#parameters-2) |
| 19 | + - [Response](#response-4) |
| 20 | + - [Disseminate information](#disseminate-information) |
| 21 | + - [Parameters](#parameters-3) |
| 22 | + - [Response](#response-5) |
| 23 | + - [On success](#on-success) |
| 24 | + - [On error](#on-error) |
| 25 | + |
| 26 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 27 | + |
1 | 28 | danrw-rest-api |
2 | 29 | ============== |
3 | 30 |
|
4 | | -A RESTful API to a DA-NRW (Digitales Archiv - Nordrhein-Westfalen) instance. The API intends to be conforming to the OAIS (Open Archival Information System) workflow. |
| 31 | +A RESTful API to a DA-NRW (Digitales Archiv - Nordrhein-Westfalen) instance. The API intends to be conforming to the OAIS workflow. It has been tested using version "Oberntudorf 0.6.5-p1" of DA-NRW (see https://github.com/da-nrw). |
5 | 32 |
|
6 | 33 |
|
7 | 34 | ### API prefix |
|
0 commit comments