Inventories
Document where all tangible assets and the existence of a property are recorded and the information of who signed it.
List all inventory with pagination
Query Parameters
Name
Type
Description
{
"success": true,
"timestamp": "2026-02-06T18:55:45.036Z",
"data": {
"data": [
{
"inventoryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"property": {
"propertyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"code": "string",
"address": "string",
"city": "string"
},
"inventoryType": 0,
"inventoryTypeName": "string",
"isSigned": true,
"isRemoteSigned": true,
"rentalPrice": 0,
"currency": "string",
"pdfDownloadUrl": "string",
"createdAt": "2026-02-06T18:55:45.036Z",
"signatureDate": "2026-02-06T18:55:45.036Z"
}
],
"page": 0,
"pageSize": 0,
"totalRecords": 0,
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true
}
}Detail inventory
Query Parameters
Name
Type
Description
Inventories by property Id
Query Parameters
Name
Type
Description
Last updated