Changelog - 2025-02-12
Here is what has changed in the Wunderite API with the release on February 12th, 2025.
POST Upload Files
The POST upload files endpoint is now available. This endpoint allows you to upload files to be used in any context requiring a file upload, particularly attachments.
GET List Attachments
The GET list attachments endpoint is now available. This endpoint allows you to retrieve a paginated list of attachments for specific objects in the corresponding risk profile.
POST Create Attachments
The POST create attachments endpoint is now available. This endpoint allows you to create attachments for specific objects in the corresponding risk profile.
DELETE Delete Attachments
The DELETE delete attachments endpoint is now available. This endpoint allows you to delete attachments in the corresponding risk profile.
GET List Personal Vehicles
The GET list vehicles endpoint now supports listing personal vehicles. This endpoint allows you to retrieve a paginated list of vehicles associated with a personal risk profile.
POST Create Personal Vehicles
The POST create vehicles endpoint now supports creating personal vehicles. This endpoint allows you to create vehicles associated with a personal risk profile.
PATCH Update Personal Vehicles
The PATCH update vehicles endpoint now supports updating personal vehicles. This endpoint allows you to update vehicles associated with a personal risk profile.
DELETE Delete Personal Vehicles
The DELETE delete vehicles endpoint now supports deleting personal vehicles. This endpoint allows you to delete vehicles associated with a personal risk profile.
Vehicle object changes
The Vehicle object has been updated to include the following changes:
- Added a new
attachments
andattachments.uploader
relation to load vehicle attachments and the user that uploaded the attachment
Premise object changes
The Premise object has been updated to include the following changes:
- Added a new
attachments
andattachments.uploader
relation to load premise attachments and the user that uploaded the attachment
Building object changes
The Building object has been updated to include the following changes:
- Added a new
attachments
andattachments.uploader
relation to load building attachments and the user that uploaded the attachment
Legal Entity object changes
The Legal Entity object has been updated to include the following changes:
- Added a new
attachments
andattachments.uploader
relation to load legal entity attachments and the user that uploaded the attachment
Home object changes
The Home object has been updated to include the following changes:
- Added a new
has_property_data
property to themeta
group - Added a new
attachments
andattachments.uploader
relation to load home attachments and the user that uploaded the attachment