List assets
GET/companies/:company-id/assets
List assets
Request
Query Parameters
Default value: 0
Possible values: >= 1
Default value: 10
Responses
- 200
sucess - a paginated list of assets
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
The unique identifier of the asset
The name of the asset
Possible values: [banking, securities, lifeInsurance_capitalization, retirement_employee, crowdfunding, private_equity, direct_registered_account, crypto, benefits, heritage_real_estate, professional_real_estate, commercial_real_estate, other, rock_paper, exotic, home_loan, business_loan, consumer_loan, other_loan, unrecognized]
The group of the asset. Note that the group will determine the structure of the asset's metadata
The BBAN of the asset
Possible values: [under, none]
The management of the asset, under if the assets is managed by the company, otherwise none
distribution
object[]
required
providers
object
nullable
Provider IDs associated with the asset. Each key represents a provider name and the value is the provider-specific ID for this asset.
[
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Jean dupont",
"group": "banking",
"BBAN": "string",
"management": "under",
"distribution": [
{
"ownership": 0,
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"providers": {
"provider1": "id1",
"provider2": "id2"
}
}
]