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 [
]
The unique identifier of the asset
The name of the asset
Possible values: [banking
, securities
, lifeInsurance_capitalization
, retirement_employee
, crowdfunding
, private_equity
, 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
The metadata of the asset
Possible values: [under
, none
]
The management of the asset, under if the assets is managed by the company, otherwise none
[
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Jean dupont",
"group": "banking",
"BBAN": "string",
"management": "under"
}
]