Skip to main content

List assets

GET 

/companies/:company_id/assets

List assets

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1

    Default value: 10

Responses

sucess - a paginated list of assets

Schema

  • Array [

  • id stringrequired

    The unique identifier of the asset

    name stringrequired

    The name of the asset

    group stringrequired

    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

    BBAN stringrequired

    The BBAN of the asset

    metadata nullable

    The metadata of the asset

    management stringrequired

    Possible values: [under, none]

    The management of the asset, under if the assets is managed by the company, otherwise none

  • ]

Loading...