Function getProfileRelationshipDetails
- get
Profile Relationship Details(args): Promise<IProfileRelationship> Parameters
Returns Promise<IProfileRelationship>
Async
Since
2.39.0
Example
getProfileRelationshipDetails({
relationshipId: "<Profile Relationship ID>"
}).then(profileRelationship => console.log(profileRelationship))
Generated using TypeDoc
Gets profile relationship detail from relationshipId.