Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

Jan 13, 2025

main
1.0.0
Compare

API structure has changed

11 structure changes including:
5 Additions
6 Modifications
Modified 6 Breaking
GET /api/v1/task
  • Query
  • filter[client_uuid] query parameter Added
GET /api/v2/addresses
  • Query
  • filter[circle_uuids] query parameter Added
GET /api/v2/goals
  • Query
  • filter[circle_uuids] query parameter Added
POST /api/v1/firm/{firm_uuid}/settings
  • Body
  • application/json content type Modified
    • Content type is now required
      Breaking
    • fact_find_completed_notification_to_assigned_adviser, fact_find_completed_notification_to_assigned_administrator, fact_find_completed_notification_to_assigned_paraplanner properties Added
POST /api/v1/task
  • Body
  • application/json content type Modified
    • group_uuids property Added
PUT /api/v1/task/{uuid}
  • Body
  • application/json content type Modified
    • group_uuids property Added
Added 5
DELETE /api/v2/contact-details/{id}
GET /api/v2/contact-details
GET /api/v2/contact-details/{id}
POST /api/v2/contact-details
PUT /api/v2/contact-details/{id}