To see the changes done in a specific release, select a version number from the drop-down below.
Date: April 10, 2025
This update log describes the changes made to the BQE CORE Public API components. If you have any questions, please reach out to CORE Developer Support.
Following updates have been made in this release:
- The PATCH method is now supported for project rules and assignedGroups nested in the Project object. This is part of our larger effort to add PATCH support for all nested objects.
- We added a new Resource Schedule API with endpoints to retrieve resource schedules and week intervals. Check out the details.
- We added a new endpoint in the Document API that allows you to retrieve the direct download link of the document (Google Drive only). Check out the details.
- We added two new endpoints in the Custom Field Value API that allow you to add and delete custom field values. Check out the details.
- We added a new property in the Company model.
- companyId: Unique identifier of the company, which is also included in the metadata of webhook events
- We added a new property in the Project model.
- sendInvoiceToContact: Indicates whether the invoices and statements of the project should be sent to the billing contact instead of the default client email address
- We added two new properties in the Allocation model.
- resourceGroup: Name of the employee or vendor group to which the allocation is assigned
- resourceGroupId: Identifier of the employee or vendor group to which the allocation is assigned. At least one of resourceGroupId or resourceId is a required property.
- We updated the documentation and Swagger portal.