List all assets.
GET/assets
List all assets.
Responses
- 200
A array of assets entities
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
id stringrequired
Possible values: non-empty
name string
Possible values: non-empty
BBAN string
Possible values: non-empty
Basic Bank Account Number.
IBAN string
Possible values: >= 3 characters
International Bank Account Number.
reference string
Possible values: non-empty
opened date-time
Date when the contract was opened
update
object
date date-time
Last date when the asset was updated
beneficiaries string[]
Possible values: non-empty
List of customers ids that are beneficiary of this asset.
next stringrequired
Possible values: non-empty
previous string
Possible values: non-empty
{
"data": [
{
"id": "string",
"name": "string",
"BBAN": "string",
"IBAN": "string",
"reference": "string",
"opened": "2025-01-29T13:45:13.348Z",
"update": {
"date": "2025-01-29T13:45:13.348Z"
},
"beneficiaries": [
"string"
]
}
],
"next": "string",
"previous": "string"
}
Loading...