Entity List

GET {{baseUrl}}/fund/list

Allows you to retrieve a list of entities (SMSFs/ Trusts/ Companies/ Individuals) owned by the resource owner (BGL User), which also returns the fundId, which can be used for subsequent API requests.

API Scopes

The following API scopes can access this resouce

  • investment

  • audit

  • smsf_partner

Response

KeyData TypeComments
FundIDStringUnique ID for entity across all of SF360
fundCodeStringCode issued to the entity by the account owner
fundNameStringThe name of the entity
entityTypeStringThe type of entity. This will be one of the following. (SMSF/ BillableTrust/ BillableCompany/ BillableIndividual)
codeStringCode issued to entity by the account owner in SF360
sfcodeStringCode issued to the entity by the account owner in SF Desktop
ABNnumberABN of the entity if entered in SF360
firmNameStringThe name of the SF360 Account owner (Business Name)
firmStringShort Code issued to identify the SF360 Account Owner
fundEmailStringEmail address for the entity

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"funds":[{"fundID":"8a9c9e744ebc893a014ebd429dea000c","fundCode":"THEMOTIV0737","fundName":"The Motivated Super Fund","code":"THEMOTIV0737","sfCode":null,"ABN":"32087112105","firmName":"McSmith Accountants","firm":"mcsmith","fundEmail":"TheMotivatedSuperFund@bglnotes.com.au"},{"fundID":"8a9c9e93532a7b2f01532b4b7c8500b8","fundCode":"THEINTER0032","fundName":"The International Super Fund","code":"THEINTER0032","sfCode":null,"ABN":"","firmName":"McSmith Accountants","firm":"mcsmith","fundEmail":null},{"fundID":"8a9c9ed35182fe7e01518426e7ef0016","fundCode":"THEGRIFF0444","fundName":"The Griffin Family Super Fund","code":"THEGRIFF0444","sfCode":null,"ABN":"12004045440","firmName":"McSmith Accountants","firm":"mcsmith","fundEmail":null}]}