MapControllerGetMap Method

POST /Map/GetMap Generate map SVG based on the current viewport, data, and requested map files.

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("GetMap")]
public IActionResult GetMap(
	[FromBodyAttribute] GetMapsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetMapsOptions
An object that carries all needed information about the maps that needs to be retrieved.
sessionId (Optional)
Type: SystemNullableGuid
ID of the session.

Return Value

Type: IActionResult
A MapDataInfoSvgData object, or a status code indicating the problem.
See Also