GET api/Solution/Export/{id}
Downloads an existing export file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the export file to download |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The downloaded zip file as a base 64 string
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.