POST api/Export/GetFile/{id}?fileName={fileName}&extension={extension}

Returns the file obtained by JSON/CSV

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.