ProjectControllerGetPublishTargetsWithHistory Method

POST /Project/GetPublishTargetsWithHistory Gets all the 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("GetPublishTargetsWithHistory")]
public IActionResult GetPublishTargetsWithHistory(
	[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 KeyValuesPairData, or a status code indicating the reason for failure.
See Also