HierarchyControllerGetMember Method

POST /Hierarchy/Member/{id} Gets the hierarchy level member.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Member")]
public HttpResponseMessage GetMember(
	Guid id,
	[FromBodyAttribute] GetHierarchyMemberOptions getMemberOptions,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
ID of the hierarchy.
getMemberOptions
Type: Dundas.BI.WebApi.ModelsGetHierarchyMemberOptions
The options to get the member.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A HierarchyMemberData object containing the member, or a status code indicating the problem.
See Also