Estate diagnostic documents management (lead, asbestos, electrical, gas, risk assessment, co-ownership rules).
Diagnostics are attached to a property (estate) and can be automatically linked to lease annexes
via the POST /leases/{lease_id}/annexes/attach-mandatory endpoint.
Only one active diagnostic per type per estate is allowed. Creating a new diagnostic of the same type automatically deactivates the previous one.
List diagnostics for an estate
Retrieves all active diagnostics for a specific property (estate)
path Parameters
place_idPlace ID
estate_idEstate (property) ID
List diagnostics for an estate › Responses
Active diagnostics for the estate retrieved successfully
idUnique identifier of the diagnostic
estate_idProperty (estate) ID this diagnostic belongs to
diagnostic_typeType of estate diagnostic
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
is_activeWhether this diagnostic is currently active
created_atCreation date
updated_atLast modification date
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
Create an estate diagnostic
Creates a new diagnostic for a property.
If an active diagnostic of the same type already exists for this estate, the previous one is automatically deactivated.
path Parameters
place_idPlace ID
estate_idEstate (property) ID
Create an estate diagnostic › Request Body
estate_idProperty (estate) ID this diagnostic belongs to
diagnostic_typeType of estate diagnostic
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
Create an estate diagnostic › Responses
Estate diagnostic created successfully
idUnique identifier of the diagnostic
estate_idProperty (estate) ID this diagnostic belongs to
diagnostic_typeType of estate diagnostic
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
is_activeWhether this diagnostic is currently active
created_atCreation date
updated_atLast modification date
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
Get estate diagnostic by ID
Retrieves a specific estate diagnostic by its unique identifier
path Parameters
place_idPlace ID
estate_idEstate (property) ID
diagnostic_idDiagnostic ID
Get estate diagnostic by ID › Responses
Estate diagnostic retrieved successfully
idUnique identifier of the diagnostic
estate_idProperty (estate) ID this diagnostic belongs to
diagnostic_typeType of estate diagnostic
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
is_activeWhether this diagnostic is currently active
created_atCreation date
updated_atLast modification date
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
Update estate diagnostic
Updates an existing estate diagnostic
path Parameters
place_idPlace ID
estate_idEstate (property) ID
diagnostic_idDiagnostic ID
Update estate diagnostic › Request Body
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
is_activeWhether this diagnostic is currently active
Update estate diagnostic › Responses
Estate diagnostic updated successfully
idUnique identifier of the diagnostic
estate_idProperty (estate) ID this diagnostic belongs to
diagnostic_typeType of estate diagnostic
media_idMedia ID of the uploaded diagnostic PDF document
nameName/title of the diagnostic
is_activeWhether this diagnostic is currently active
created_atCreation date
updated_atLast modification date
descriptionOptional description or notes
performed_atDate when the diagnostic was performed
expires_atExpiry date of the diagnostic
Delete estate diagnostic
Soft-deletes an estate diagnostic by deactivating it (sets is_active to false)
path Parameters
place_idPlace ID
estate_idEstate (property) ID
diagnostic_idDiagnostic ID
Delete estate diagnostic › Responses
Estate diagnostic deleted (deactivated) successfully