Skip to content

Bazimo API (v1)

Languages
Servers
https://doc-api.bazimo.fr/

Authentications

Operations

Building

Operations

Retrieve building data by id

Request

Return all building data

Path
tenantId_pathstringrequired
Body
idstring(uuid)
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/buildings/getBuildingById' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  }'

Responses

OK

Body
buildingobject
Response
No response example

Retrieve real estate building list

Request

Return a list of buildings that the user is allowed to view.

Path
tenantId_pathstringrequired
Body
datatableobject
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/buildings/getRealEstateBuildings' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "datatable": {
      "sort": {
        "sortBy": 0,
        "sortMode": 1
      },
      "pagination": {
        "page": 0,
        "rowsPerPage": 0
      },
      "filters": {},
      "search": {
        "value": "string"
      }
    }
  }'

Responses

OK

Body
datatableobject
facetsArray of objects
listArray of objects
Response
No response example

Retrieve all buildings

Request

Return all buildings that the used is allowed to view.

Path
tenantId_pathstringrequired
Body
datatableobject
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/buildings/GetAllBuildings' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "datatable": {
      "sort": {
        "sortBy": 1,
        "sortMode": 1
      },
      "pagination": {
        "page": 0,
        "rowsPerPage": 0
      },
      "filters": {},
      "search": {
        "value": "string"
      }
    }
  }'

Responses

OK

Body
responseobject or nullread-only
errorsArray of stringsread-only
isFailurebooleanread-only
isSuccessbooleanread-only
Response
No response example

Retrieve buildings by legal owner id

Request

Retrieve a list of building of a specific legal owner.

Path
tenantId_pathstringrequired
Body
legalOwnerIdstring(uuid)
curl -i -X POST \
  'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/buildings/getBuildingsByLegalOwnerId' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "legalOwnerId": "5699fdee-64f6-463a-a677-765433bedcf2"
  }'

Responses

OK

Body
listArray of objects
Response
No response example

Expense

Operations

Invoice

Operations

Lease

Operations

LegalOwner

Operations

Lot

Operations

RealEstateCompany

Operations

Receipt

Operations

Renter

Operations

Supplier

Operations

User

Operations