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

Jul 14, 2022

main
1.0.0
Compare

API structure has changed

5 structure changes including:
1 Addition
4 Modifications
Modified 4 Breaking
GET /api/v1/document/{uuid}
  • Response
  • 200 response Modified
    • past_dependants property Added
POST /api/v1/document
  • Body
  • content type Modified
    • name, html properties Modified
    • submit_for_review, dependants properties Added
  • Response
  • 201 response Modified
    • past_dependants property Added
POST /api/v1/document/{document_uuid}/build
  • Response
  • 200 response Modified
    • past_dependants property Added
PUT /api/v1/document/{uuid}
  • Body
  • content type Modified
    • name, html properties Modified
    • template_uuid property Removed
    • processed_html property Added
  • Response
  • 200 response Modified
    • past_dependants property Added
Added 1
POST /api/v1/document/{document_uuid}/start-review