I need the type of an relation (endpoint relation/definitions) of a file.
When I request the relations with the endpoint "files/relations" I don't get any information about this. Before in Imatch 5
For Each lVersion In lImage.Versions
If lVersion.RelationDefinitionName="<name>" Then
....
End If
Next
Can I get the ID or Name of relation?
This has not been implemented. Feel free to add a feature request. Should not be too hard to do.