• Gets profile relationship detail from relationshipId.

    Returns Promise<IProfileRelationship>

    Async

    Since

    2.39.0

    Example

    getProfileRelationshipDetails({
    relationshipId: "<Profile Relationship ID>"
    }).then(profileRelationship => console.log(profileRelationship))

Generated using TypeDoc