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
Makes sense.
I have changed the /files/relations endpoint output for the next release.
It now groups masters and versions by their definition.
See https://www.photools.com/release-notes/ for details.