List the documents for a specific end-user.
The documents will be downloaded with a dedicated endpoint.
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "ARTICLE_OF_ASSOCIATION",
- "fileName": "string",
- "friendlyName": "string",
- "endUser": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "creationDate": "2019-08-24T14:15:22Z"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Upload a document for a specific end-user. To prevent abuse:
Created
Bad Request
Unauthorized
Forbidden
Conflict
Internal Server Error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get a document with its download link.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "ARTICLE_OF_ASSOCIATION",
- "fileName": "string",
- "friendlyName": "string",
- "endUser": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "creationDate": "2019-08-24T14:15:22Z",
- "download": {
- "url": "string",
- "ttl": "PT8H6M12.345S"
}, - "contentType": "string"
}