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

about 3 hours ago

main
v1.53.1
Compare
v1.53.1

API structure has changed

Next change
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v1/client/{client_uuid}/emails
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • ancestors, descendants properties Modified
          • Type went from array[object] to object
            Breaking
        • thread_count property Modified
          • Type went from object to integer
            Breaking
GET /api/v1/mailboxes/message/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ancestors property Modified
        • Type went from array[object] to object
          Breaking
        • data, meta, links properties Added
      • descendants property Modified
        • Type went from array[object] to object
          Breaking
        • data, meta, links properties Added
      • thread_count property Modified
        • Type went from object to integer
          Breaking
        • uuid, created_at, updated_at, message_created_at, mailbox, firm, ancestors, descendants, thread_count, participants, attachments, subject, incoming, text, html properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • Query
  • per_page, page[ancestors], page[descendants] query parameters Added