FileControllerGetFileById Method

Gets the file or folder.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<FileData> 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: ActionResultFileData
The operation completed successfully. The payload contains a FileData object.
See Also