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

Aug 29, 2023

main
1.0.0
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9
GET /api/v1/account/{account_uuid}/documents
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/cases/{case_uuid}/documents
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/conversation/{conversation_uuid}/documents
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/firm/{firm_uuid}/documents
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/folder/{folder_uuid}/tree
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/folder/{uuid}
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
GET /api/v1/plans/{plan_uuid}/documents
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
POST /api/v1/folder
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added
PUT /api/v1/folder/{uuid}
  • Response
  • 200 response Modified
    • is_system_folder, is_pseudo_folder, is_root_folder properties Added