List of Entity Relationships

GET {{baseUrl}}/sf/contacts/{{contactId}}/entityRelationships

Returns a list of Entity Relationships for a contact.

API Scopes

The following API scopes can access this resouce

  • smsf_partner

Response Body

KeyDatatypeComments/Constraints
entityRelationshipIdstringID of EntityRelationship
entityContactParentIdstringID of ContactParent. This is contactId where entityToType=”PersonProxy” or “OtherEntity” or “Company” or “Trust”. This is entityId where entityToType=”SMSF” or “BillableTrust” or “BillableCompany”.
entityContactParentTypestringFrom List [Trust, SMSF, PersonProxy, OtherEntity, Company, BillableTrust, BillableCompany]
entityContactPositionstringPosition ContactChild has with ContactParent
entityContactChildIdstringID* of ContactChild. This is contactId where entityToType=”PersonProxy” or “OtherEntity” or “Company” or “Trust”. This is entityId where entityToType=”SMSF” or “BillableTrust” or “BillableCompany”.
entityContactChildTypestringFrom List [Trust, SMSF, PersonProxy, OtherEntity, Company, BillableTrust, BillableCompany]

entityContactPosition List

KeyDescription
AccountManagerAccount Manager
Appointer_TrusteeAppointer
Bare_TrustBare Trust
BeneficiaryBeneficiary
DirectorDirector
EX_ComOtherOther
EXComOtherAgentAgent
EX_ComOther_Agents_RepresentativeAgent's Representative
EX_ComOther_AlternateAlternate
EX_ComOther_Foreign_AgentForeign Agent
EX_ComOther_Foreign_Agents_RepresentativeForeign Agent’s Representative
EX_ComOther_LiquidatorLiquidator
EX_ComOther_Members_RepresentativeMember' Representative
EX_ComOther_Natural_PersonNatural Person
EX_ComOther_Persons_RepresentativePerson's Representative
EX_ComOther_Public_OfficerPublic Officer
EX_ComOther_Unitholders_RepresentativeUnitholder's Representative
EX_SMSF_AccountantAccountant
EX_SMSF_ActuaryActuary
EX_SMSF_AdministratorAdministrator
EX_SMSF_AdvisorAdviser
EX_SMSF_AuditorAuditor
EX_SMSF_Authorised_RepresentativeAuthorised Representative
EX_SMSF_BookkeeperBookkeeper
EX_SMSF_CustodianCustodian
EX_SMSF_Employer_SponsorEmployer Sponsor
EX_SMSF_ExpertSMSF Expert
EX_SMSF_External_AdministratorExternal Administrator
EX_SMSF_Firm_ContactFirm Contact
EX_SMSF_Firm_ManagerFirm Manager
EX_SMSF_Fund_ContactFund Contact
EX_SMSF_Investment_AdvisorInvestment Advisor
EX_SMSF_LawyerLawyer
EX_SMSF_Personal_RepresentativePersonal Representative
EX_SMSF_RepresentativeRepresentative
EX_SMSF_Tax_AgentTax Agent
Former Memberif all of the person's member accounts for the fund have an end date and all the end dates before the fund’s current financial year start date
Financial_PlannerFinancial Planner
OfficerOfficer
PartnerPartner
SecretarySecretary
SettlorSettlor
ShareholderShareholder
TrusteeTrustee
TrusteeTrustee
UnitHolderUnit Holder

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"contactId":"8ad08a2c74e222f30174e26862330023","entityRelationships":[{"entityContactChildId":"2c91808661d09ca00161e4dcf9d90008","entityContactChildType":"People","entityContactParentId":"8ad08a2c74e222f30174e26862330023","entityContactParentType":"Trust","entityContactPosition":"Trustee","entityRelationshipId":260436},{"entityContactChildId":"8ad08a8b74fb078a0174fb0bf5e30000","entityContactChildType":"People","entityContactParentId":"8ad08a2c74e222f30174e26862330023","entityContactParentType":"Trust","entityContactPosition":"Beneficiary","entityRelationshipId":277447}]}