ViewControllerTGetByIds Method

POST /View/GetByIds/ Retrieves a view.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("GetByIds")]
public virtual IActionResult GetByIds(
	[FromBodyAttribute] Guid[] entryIds,
	Guid? sessionId = null
)

Parameters

entryIds
Type: SystemGuid
The IDs of the views which data is requested.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
An array of ViewData object containing the views data, or a status code indicating the problem.
See Also