ProjectControllerGetPublishTargets Method

POST /Project/GetPublishTargets Gets the latest publish target projects of the specified source entity IDs.

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("GetPublishTargets")]
public IActionResult GetPublishTargets(
	[FromBodyAttribute] IList<Guid> entityIds,
	Guid? sessionId = null
)

Parameters

entityIds
Type: System.Collections.GenericIListGuid
A ListT of entity IDs.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
An array of KeyValuePairData objects, or a status code indicating the reason for failure.
See Also