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

22 days ago

main
v1.27.0
Compare
v1.27.0

API structure has changed

5 structure changes including:
2 Additions
3 Modifications
Modified 3
GET /api/v1/automation-blueprints/{automationBlueprint_uuid}/executions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • next_step, previous_step properties Added
GET /api/v1/automation-executions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • next_step, previous_step properties Added
  • Query
  • filter[client_uuids] query parameter Added
GET /api/v1/automation-executions/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • next_step, previous_step properties Added
Added 2
POST /api/v1/automation-step/{automationStep_uuid}/start
POST /api/v1/automation-step/{automationStep_uuid}/stop