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
34 structure changes including:
14 Breaking changes
14 Additions
6 Modifications
14 Removals
Modified 6 Breaking
PUT /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
  • Path
  • workflowTask_uuid path parameter Modified
    • Full types went from string to integer

      Breaking

  • Body
  • content type Modified
    • task_status_uuid property Added
POST /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}/participants
  • Path
  • workflowTask_uuid path parameter Modified
    • Full types went from string to integer

      Breaking

POST /api/v1/workflow/{workflow_uuid}/task
  • Body
  • content type Modified
    • task_status_uuid property Added
GET /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
  • Path
  • workflowTask_uuid path parameter Modified
    • Full types went from string to integer

      Breaking

DELETE /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}/participants
  • Path
  • workflowTask_uuid path parameter Modified
    • Full types went from string to integer

      Breaking

DELETE /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
  • Path
  • workflowTask_uuid path parameter Modified
    • Full types went from string to integer

      Breaking

Removed 14 Breaking
DELETE /api/v1/board/{board_uuid}/list/{boardList_uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/v1/board/{board_uuid}/list/{boardList_uuid}/task/{boardTask_uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/board/{board_uuid}/list/trashed
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/board/{board_uuid}/list/{boardList_uuid}/task
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/board/{board_uuid}/list/{boardList_uuid}/task/{boardTask_uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/board/{board_uuid}/tasks
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/board/{uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/me/tasks
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v1/tasks
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/board/{board_uuid}/list
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/board/{board_uuid}/list/{boardList_uuid}/task
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/v1/board/{board_uuid}/list/{boardList_uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/v1/board/{board_uuid}/list/{boardList_uuid}/task/{boardTask_uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/v1/board/{uuid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 14
PUT /api/v1/task/{uuid}
PUT /api/v1/task-status/{taskStatus_uuid}
POST /api/v1/task-status
POST /api/v1/task
PATCH /api/v1/task/{task_uuid}/uncomplete/{taskStatus_uuid}
PATCH /api/v1/task/{task_uuid}/unarchive/{taskStatus_uuid}
PATCH /api/v1/task/{task_uuid}/complete
PATCH /api/v1/task/{task_uuid}/archive
GET /api/v1/task/{uuid}
GET /api/v1/task-status/{taskStatus_uuid}
GET /api/v1/task-status
GET /api/v1/task
DELETE /api/v1/task/{uuid}
DELETE /api/v1/task-status/{taskStatus_uuid}
4 structure changes including:
4 Modifications
Modified 4
GET /api/v1/logins
  • Response
  • 200 response Added
GET /api/v1/me
  • Response
  • 200 response Added
POST /api/v1/me/switch-account
  • Response
  • 200 response Modified
    • photo_url, current_login, two_factor_type, otp_confirmed_at, otp_pending, sms_two_factor_enabled, current_time_entry, session_expires_at, should_auto_save_notes properties Added
PUT /api/v1/me
  • Body
  • content type Modified
    • should_auto_save_notes property Added
  • Response
  • 200 response Added