GET api/DocumentProcessings/{id}/Documents/{documentId}
Gets the content of a zip file. ME does not look at the contents. Do not open this link in a browser as the Content-Type is whatever got set in MimeType. Authorisation(s) : Portal application with an active usage entry in the tenant.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
document ID |
globally unique identifier |
Required |
documentId |
Since you can only upload one file, the file ID will always be 0 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns 204 No Content in case no file is present.
IHttpActionResultNone.
Response Formats
application/octet-stream
Sample:
Binary data
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.