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

Apr 12, 2024

main
1.0.0
Compare

API structure has changed

9 structure changes including:
2 Additions
7 Modifications
Modified 7
GET /api/v1/document-template/{documentTemplate_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • public_preview_url property Added
GET /api/v1/document/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • public_preview_url property Added
POST /api/v1/document
  • Response
  • 201 response Modified
    • application/json content type Modified
      • public_preview_url property Added
POST /api/v1/document-template
  • Response
  • 201 response Modified
    • application/json content type Modified
      • public_preview_url property Added
POST /api/v1/document/{document_uuid}/publish
  • Response
  • 200 response Modified
    • application/json content type Modified
      • public_preview_url property Added
PUT /api/v1/document-template/{documentTemplate_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • public_preview_url property Added
PUT /api/v1/document/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • public_preview_url property Added
Added 2
GET /api/v1/document-template/{documentTemplate_uuid}/content/preview
GET /api/v1/document/{document_uuid}/content/preview