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

Changelog

Last update:
Compare
8 structure changes including:
8 Additions
Added 8
DELETE /api/v1/mailboxes/{uuid}
GET /api/v1/client/{client_uuid}/emails
GET /api/v1/mailboxes
GET /api/v1/mailboxes/message/{uuid}
GET /api/v1/mailboxes/{mailbox_uuid}/folders
GET /api/v1/mailboxes/{mailbox_uuid}/reauthenticate
POST /api/v1/mailboxes
PUT /api/v1/mailboxes/{uuid}
10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /api/v1/account/{account_uuid}/conversations
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/cases/{case_uuid}/conversations
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/conversation
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/conversation/{uuid}
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/statement
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/statement/{uuid}
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

POST /api/v1/conversation
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

POST /api/v1/statement/{statement_uuid}/lock
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

POST /api/v1/statement/{statement_uuid}/unlock
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

PUT /api/v1/conversation/{uuid}
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

40 structure changes including:
19 Breaking changes
9 Additions
12 Modifications
19 Removals
Modified 12 Breaking
POST /api/v1/document
  • Body
  • application/json content type Modified
    • html, clients, submit_for_review, dependants properties Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • client_uuids, known_dependants properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • html, dependants, past_dependants, processed_html, clients, file, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, known_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
GET /api/v1/document/{uuid}
  • Path
  • uuid path parameter Modified
    • Full types went from integer to string

      Breaking

  • Response
  • 200 response Modified
    • application/json content type Modified
      • html, dependants, past_dependants, processed_html, clients, file, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, known_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
GET /api/v1/document/variables
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
GET /api/v1/document-template/{documentTemplate_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • html, dependants, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
GET /api/v1/document-template
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
GET /api/v1/document
  • Query
  • filter[date_from], filter[date_to] query parameters Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • filter[created_before], filter[created_after], filter[client_uuids] query parameters Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
DELETE /api/v1/document/{uuid}
  • Path
  • uuid path parameter Modified
    • Full types went from integer to string

      Breaking

  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
DELETE /api/v1/document-template/{documentTemplate_uuid}
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
POST /api/v1/document-signing
  • Body
  • application/json content type Modified
    • participants, document_pack, document_templates, dependants properties Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • participant_uuids, document_template_uuids, document_template_dependants properties Added
POST /api/v1/document-template
  • Body
  • application/json content type Modified
    • html property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

  • Response
  • 201 response Modified
    • application/json content type Modified
      • html, dependants, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
PUT /api/v1/document-template/{documentTemplate_uuid}
  • Body
  • application/json content type Modified
    • html property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

  • Response
  • 200 response Modified
    • application/json content type Modified
      • html, dependants, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
PUT /api/v1/document/{uuid}
  • Path
  • uuid path parameter Modified
    • Full types went from integer to string

      Breaking

  • Body
  • application/json content type Modified
    • Content type is no longer required

    • name property Modified
      • Property is no longer required

      • name property Modified
        • Property is no longer required

    • html, processed_html properties Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • client_uuids, known_dependants properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • html, dependants, past_dependants, processed_html, clients, file, latest_preview_pdf properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • version, required_dependants, known_dependants, public_docx_url, public_sfdt_url, public_pdf_url properties Added
  • Header
  • X-PLANNR-ACCOUNT-UUID header Added
Removed 19 Breaking
POST /api/v1/document-template/{documentTemplate_uuid}/preview
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document-template/{documentTemplate_uuid}/dependants
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document-pack
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/snippet/{uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/snippet
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document-template/{documentTemplate_uuid}/preview-pdf
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document/{document_uuid}/build
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document/{document_uuid}/dependants
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document/{document_uuid}/preview
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document/{document_uuid}/preview-pdf
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/document/{document_uuid}/review
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/snippet
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/v1/document-pack/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/v1/snippet/{uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/document-pack/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/document-pack/{documentPack_uuid}/dependants
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/document-pack
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/v1/snippet/{uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/v1/document-pack/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 9
POST /api/v1/document/{document_uuid}/publish
POST /api/v1/document/{document_uuid}/content/docx
POST /api/v1/document-template/{documentTemplate_uuid}/content/docx
GET /api/v1/document/{document_uuid}/content/sfdt
GET /api/v1/document/{document_uuid}/content/pdf
GET /api/v1/document/{document_uuid}/content/docx
GET /api/v1/document-template/{documentTemplate_uuid}/content/sfdt
GET /api/v1/document-template/{documentTemplate_uuid}/content/pdf
GET /api/v1/document-template/{documentTemplate_uuid}/content/docx
1 structure change including:
1 Addition
Added 1
GET /api/v1/static/service-types
4 structure changes including:
4 Modifications
Modified 4
GET /api/v1/task-status/{taskStatus_uuid}
  • Response
  • 201 response Modified
    • application/json content type Modified
      • colour property Added
POST /api/v1/task-status
  • Response
  • 201 response Modified
    • application/json content type Modified
      • colour property Added
PUT /api/v1/task-status/{taskStatus_uuid}
  • Response
  • 201 response Modified
    • application/json content type Modified
      • colour property Added
PUT /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
  • Body
  • application/json content type Modified
    • position property Added