POST /Hierarchy/NextMember/{id}/

Gets the next hierarchy level member sibling.
 

Request

Method Request URI
POST /API/Hierarchy/NextMember/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id ID of the hierarchy.

Request Body

Name: getMemberOptions
Type: Dundas.BI.WebApi.Models.GetHierarchyMemberOptions

Response

Response Body

A Dundas.BI.WebApi.Models.HierarchyMemberData object containing the member, or a status code indicating the problem.