ProjectControllerGetDefaultTenantProject Method

Gets the default tenant project for the specified tenant ID, or if it does not exist.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
[HttpGetAttribute("TenantDefault/{tenantId}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<ProjectData> GetDefaultTenantProject(
	Guid tenantId,
	GetEntryOptions options,
	Guid? sessionId = null
)

Parameters

tenantId
Type: SystemGuid
The ID of the tenant associated with the default tenant project.
options
Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: ActionResultProjectData
The operation completed successfully. The payload contains a ProjectData object.
See Also