MapControllerGetDiagram Method

POST /Map/GetDiagram Generate a diagram's SVG based on the requested diagram 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("GetDiagram")]
public IActionResult GetDiagram(
	[FromBodyAttribute] GetMapsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetMapsOptions
An object that carries all needed information about the diagram 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