GET api/Export/GetFile/{id}?fileName={fileName}&extension={extension}
Returns the file obtained by JSON/CSV
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
the GUID obtained from or |
string |
Required |
fileName |
Name of the file for the user |
string |
Required |
extension |
extension ( xlsx, docx, pdf...) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
the file
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.