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

Changelog

Last update:
Compare
1 structure change including:
1 Modification
Modified 1 Breaking
GET /api/v2/shareholder/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • shares_owned property Modified
        • Type went from integer to number
          Breaking
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v2/employments
  • Query
  • filter[start_date], filter[end_date] query parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • filter[started_at], filter[ended_at] query parameters Added
GET /api/v2/shareholder/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • shares_owned property Modified
        • Type went from number to integer
          Breaking
1 structure change including:
1 Modification
Modified 1
POST /api/v1/conversation/{conversation_uuid}/messages
  • Body
  • application/json content type Modified
    • Content type is no longer required
    • contents, files properties Modified
      • Properties are no longer required