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 19, 2022

main
1.0.0
Compare

API structure has changed

21 structure changes including:
15 Additions
6 Modifications
Modified 6 Breaking
PUT /api/v1/firm/{firm}/conversation/{conversation}/messages/{id}
  • Response
  • 200 response Modified
    • reactions property Modified
    • files property Added
POST /api/v1/network
  • Body
  • content type Added
POST /api/v1/me/switch-account
  • Body
  • content type Added
POST /api/v1/firm/{firm}/conversation/{conversation}/messages
  • Body
  • content type Modified
    • files property Added
  • Response
  • 200 response Modified
    • reactions property Modified
    • files property Added
POST /api/v1/firm/{firm}/client/{client}/address
  • Body
  • content type Added
GET /api/v1/firm/{firm}/conversation/{conversation}/messages/{id}
  • Response
  • 200 response Modified
    • reactions property Modified
    • files property Added
Added 15
PUT /api/v1/firm/{firm}/folder/{id}
PUT /api/v1/firm/{firm}/file/{id}
PUT /api/v1/firm/{firm}/file/{file}/copy
POST /api/v1/firm/{firm}/folder/{folder}/permissions
POST /api/v1/firm/{firm}/folder
POST /api/v1/firm/{firm}/file
GET /api/v1/firm/{firm}/folder/{id}
GET /api/v1/firm/{firm}/file/{id}
GET /api/v1/firm/{firm}/file/{file}/download
GET /api/v1/firm/{firm}/documents
GET /api/v1/firm/{firm}/conversation/{conversation}/documents
GET /api/v1/firm/{firm}/client/{client}/documents
GET /api/v1/firm/{firm}/cases/{case}/documents
DELETE /api/v1/firm/{firm}/folder/{id}
DELETE /api/v1/firm/{firm}/file/{id}