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
Key | Data Type | Comments |
---|---|---|
FundID | String | Unique ID for entity across all of SF360 |
fundCode | String | Code issued to the entity by the account owner |
fundName | String | The name of the entity |
entityType | String | The type of entity. This will be one of the following. (SMSF/ BillableTrust/ BillableCompany/ BillableIndividual) |
code | String | Code issued to entity by the account owner in SF360 |
sfcode | String | Code issued to the entity by the account owner in SF Desktop |
ABN | number | ABN of the entity if entered in SF360 |
firmName | String | The name of the SF360 Account owner (Business Name) |
firm | String | Short Code issued to identify the SF360 Account Owner |
fundEmail | String | Email address for the entity |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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}]}