ProjectControllerGetPublishTargets Method

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 (25.2.0.1000)
Syntax
[HttpPostAttribute("GetPublishTargets")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<IList<KeyValuePairData>> GetPublishTargets(
	[FromBodyAttribute] IList<Guid> entityIds,
	Guid? sessionId = null
)

Parameters

entityIds
Type: System.Collections.GenericIListGuid
An array of Guid entity IDs.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: ActionResultIListKeyValuePairData
The operation completed successfully. The payload contains an array of KeyValuesPairData objects.
See Also