POST /Transfer/FileInfo/{id}/

Retrieve the (now uploaded) transfer file.
 

Request

Method Request URI
POST /API/Transfer/FileInfo/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The ID of the (uploaded) transfer file.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.GetTransferFileInfoOptions

Response

Response Body

HTTP Status code with a Dundas.BI.WebApi.Models.TransferFileInfoData object or an error message.