GET api/Solution/Export/{id}

Downloads an existing export file

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.