...
URL |
| |
Method | POST |
|
Request body | XML | Request XML |
Returns | 201 Created & Location | Response XML |
| 401 Unauthorized |
|
| 415 Unsupported Media Type |
|
Create a one or more documents with binary content (PDF, DOC etc)
...
URL |
| |
Method | GET |
|
Returns | 200 OK & XML or other content | XML or binary content of the document |
| 401 Unauthorized |
|
| 404 Not Found |
|
Q: How to handle authentication? (identification of user)Do we need to identify the user who initiated this request?
Retrieve (references to) one or more documents: (like getUUIDs function in docstore)
...