Retrieve all Metadata Relationship Families
GET
Retrieves all metadata relationship families.
Request Syntax
GET/custdev/core/relationship/{relFmlyKey}/pred/{predEntKey}/{predFmlyKey}/succ/{succEntKey}/{succFmlyKey}
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
200
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"
}