Do not miss any PlannrCRM API changes, ever again

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

RSS

about 7 hours ago

main
v1.130.0
Compare
v1.130.0

API structure has changed

Next change
3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/v2/fact-find/session/{factFindSession_uuid}/launch
  • Path went from /api/v2/fact-find-session/{factFindSession_uuid}/launch to /api/v2/fact-find/session/{factFindSession_uuid}/launch (same operationId)
  • Path
  • factFindSession_uuid path parameter Modified
    • Type went from string to integer
      Breaking
POST /api/v1/account
  • Body
  • application/json content type Modified
    • alternative Modified
      • Create Employee Account alternative Modified
        • departments property Modified
          • Type went from string to array[string]
            Breaking
PUT /api/v1/account/{uuid}
  • Body
  • application/json content type Modified
    • alternative Modified
      • Update Client Account alternative Modified
        • groups property Modified
          • Type went from array[string(uuid)] to array[string(uuid)] | null
      • Update Employee Account alternative Modified
        • departments property Modified
          • Property is now required
            Breaking
          • Type went from string to array[string]
            Breaking
        • groups property Modified
          • Type went from array[string(uuid)] to array[string(uuid)] | null
      • Update Introducer Account alternative Modified
        • groups property Modified
          • Type went from array[string(uuid)] to array[string(uuid)] | null