Hello,
I have successfully been able to create related records using the /<module>/:record/link/:link_name POST endpoint.
And I have successfully been able to list all of the related records to a specific record using the /<module>/:record/link/:link_name GET endpoint.
However I have not been able to find in the documentation a way to list all of the related records between two modules? Say that I wanted to retrieve all of the links between accounts and projects. How would I be able to do that?
Thanks.
Bryan Hunt