FileControllerGetFileById Method

GET /File/{id} Gets the file or folder.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("Index")]
public IActionResult GetFileById(
	Guid id,
	GetEntryOptions options,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the file.
options
Type: Dundas.BI.FileSystemGetEntryOptions
The options.
sessionId (Optional)
Type: SystemNullableGuid
ID of the session.

Return Value

Type: IActionResult
FileData object containing requested information or a status code indicating the reason for a failure.
See Also