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

19 minutes ago

main
v1.115.0
Compare
v1.115.0

API structure has changed

Next change
11 structure changes including:
5 Additions
6 Modifications
Modified 6
GET /api/v1/audits
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Added
GET /api/v1/audits/{model}/{modelUuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Added
GET /api/v1/employee/{employee_uuid}/audits
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Added
GET /api/v1/my/audits
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Added
POST /api/v1/account
  • Body
  • application/json content type Modified
    • alternative Modified
      • Create Client Account alternative Modified
        • service_level property Added
      • Create Employee Account alternative Modified
        • service_level property Added
      • Create Introducer Account alternative Modified
        • service_level property Added
PUT /api/v1/account/{uuid}
  • Body
  • application/json content type Modified
    • alternative Modified
      • Update Client Account alternative Modified
        • service_level property Added
      • Update Employee Account alternative Modified
        • service_level property Added
      • Update Introducer Account alternative Modified
        • service_level property Added
Added 5
DELETE /api/v1/service-level/{uuid}
GET /api/v1/service-level
GET /api/v1/service-level/{uuid}
POST /api/v1/service-level
PUT /api/v1/service-level/{uuid}