GET /Relationship/Elements/{id}/

Gets all the relationship elements for a specified structure.
 

Request

Method Request URI
GET /API/Relationship/Elements/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the structure to get the relationship elements for.

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.ElementData objects containing the relationship data, or a status code indicating the problem.