Retrieve an Array of Relationships

GET

Retrieves an array of relationships by relationship family key and either predecessor or successor entity key.

Request Syntax

GET/custdev/core/relationships/{relFmlyKey}/pred/{predFmlyKey}/succ/{succFmlyKey}/ent/{entKey}

Return Type

array[Meridium.Api.CustDev.Core.RelDevDTO]

Produces

This API call produces the application/json media type according to the Accept request header. The media type will be conveyed by the Content-Type response header.

Success Response

204

Success

Response Example

[{
"key":"64263626272",
"familyKey":"64251800815",
"familyId":"MIR_FLHSEQ",
"predFamilyKey":"64251789393",
"predEntityKey":"64263626261",
"succFamilyKey":"64251784124",
"succEntityKey":"64263626258",
"updateDate":"2021-07-12T14:30:11.900"
}]