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 30, 2024

main
1.0.0
Compare

API structure has changed

10 structure changes including:
1 Breaking change
5 Additions
4 Modifications
1 Removal
Modified 4 Breaking
GET /api/v1/firm/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fca_numbers property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1/firm/{firm_uuid}/branding
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fca_numbers property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1/firm/{firm_uuid}/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fca_numbers property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /api/v1/firm/{uuid}
  • Body
  • application/json content type Modified
    • fca_numbers property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fca_numbers property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Removed 1 Breaking
POST /api/v1/my/welcome-widget-items
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 5
DELETE /api/v1/firm/{firm_uuid}/fca/{uuid}
GET /api/v1/firm/{firm}/fca
GET /api/v1/my/welcome-widget-tasks
POST /api/v1/firm/{firm}/fca
POST /api/v1/my/welcome-widget-tasks/{id}