...
Returns:
List of uuid's uuid’s – uuids of the ingested documents
...
URL |
| |||
Method | POST |
| ||
Content Type | multipart/form-data |
| Request body | XML |
Content Disposition | text/xml |
| ||
Content | Request XML | |||
Returns | 201 Created & Location | Response XML | ||
| 401 Unauthorized |
| ||
| 415 Unsupported Media Type |
|
...
URL |
| |||
Method | POST |
| Request body | Multi-part binary |
Content Type | multipart/form-data |
| ||
Content Disposition | application/octet-stream |
| ||
Content | Bag content | |||
Returns | 201 Created & Location | Response XML | ||
| 401 Unauthorized |
| ||
| 415 Unsupported Media Type |
|
...
URL |
| |
Method | GET |
|
Query string | category= |
|
Returns | 200 OK and XML | Response xml with start, end, and next(url) fields |
| 401 Unauthorized |
|
| 404 Not Found |
|
...
URL |
| |
Method | PUT |
|
Request Body | Request XML Request XML |
|
Returns | 200 OK and response | Response XML |
| 401 Unauthorized |
|
| 404 Not Found |
|
| 415 Unsupported Media Type |
|
...
URL |
| ||
Method | POST (PUT does not support multi-part request) |
| |
Request Body | Multi-part binary | Bag content | |
Returns | 200 OK and response | Response XML | |
| 401 Unauthorized |
| |
| 404 Not Found |
| |
| 415 Unsupported Media Type |
|
...
URL |
| ||
Method | DELETE |
| |
Returns | 204 No Content | 200 OK and response | Response XML |
| 401 Unauthorized |
| |
| 404 Not Found |
| |
| 415 Unsupported Media Type |
|
...
URL |
| |
Method | DELETE |
|
Request Body | Request XML Request XML |
|
Returns | 200 OK and response | Response XML |
| 401 Unauthorized |
|
| 404 Not Found |
|
| 415 Unsupported Media Type |
|
...