I have been creating a model where one of my assets have a reference to a specific participant.
When I retrieve my asset using the composer-client API I would like to retrieve the details of the participant being referenced.
In the CTO language document I saw this sentence: "Relationships must be resolved to retrieve an instance of the object being referenced. The act of resolution may result in null, if the object no longer exists or the information in the relationship is invalid." but it does not describe how to do it.
Can someone please let me know what is the best way to resolve a relationship so that I can retrieve the instance of the object (in this case a participant) that I am pointing to?