CustomAttributesControllerCustomAttributeReferences Method

GET /CustomAttributes/CustomAttributeReferences/{id} Gets the accounts, groups, and file system entities that reference the specified custom attribute.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("CustomAttributeReferences")]
public IActionResult CustomAttributeReferences(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The custom attribute ID.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A CustomAttributeReferencesData object, or a status code indicating reason of failure.
See Also