Changelog
Chronological overview of changes to Realpad API and integrations-relevant updates.
Last updated
Was this helpful?
Chronological overview of changes to Realpad API and integrations-relevant updates.
Last updated
Was this helpful?
The list-excel-defects
endpoint has been updated: one of the possible values of the column with ID Status
is changing the name from Uznáno to Přijato in Czech language only to match the business logic (and the other translations) better.
The field Monthly loan payment has been removed and will no longer appear in responses from the following endpoints:
list-excel-products
list-excel-sales-status
list-excel-project-units-history
The list-milestones
endpoint has been updated with the following breaking changes:
payment-percent
is removed.
reached-on
is removed.
Reservation Agreement, as well as Reservation Deposit will no longer have dedicated columns in API, so list-excel-business-cases
endpoint has been updated:
Removed Reservation Agreement columns
RACreated
RADeadline
RASignatureDate
RASigned
RACancelled
RANote
Removed Reservation Deposit columns
RDAmount
RDDeadline
RDPaid
RDNote
Deal linking was removed, therefore Parent deal field in the UI isn't present anymore and list-excel-business-cases
endpoint response doesn't contain the column with ID ParentDeal
.
Due to the refactoring of the events
, the following changes to the list of event types will be applied to UI and relevant API endpoints (e.g. list-excel-events
described in Data Takeout).
DEAL_CLOSED
(id: 15) is removed, and will be replaced by either of the following:
DEAL_CLOSED_WON
(id: 30) is added
DEAL_CLOSED_LOST
(id: 31) is added
DEAL_REOPENED
(id: 32) is added
INDIVIDUAL_DISCOUNT_UPDATED
(id: 29) is added
PHONE_CALL
remains unchanged, the following 2 VOIP-related events will be removed
PHONE_CALL_INCOMING
(id: 19) is removed due to no usage
PHONE_CALL_OUTGOING
(id: 20) is removed due to no usage
endpoint deprecated, as it was previously replaced by a more efficient endpoint list-excel-project-units-history
which provides you with the history of all units from a project
You can retrieve and download deal document files from their URL link, which was included in the list-excel-deal-documents
endpoint