GET /Relationship/{id}/

Gets all the relationships for a specified structure.
 

Request

Method Request URI
GET /API/Relationship/{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 relationships for.

Request Body

There is no Request Body for this function.

Response

Response Body

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