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 7, 2022

main
1.0.0
Compare

API structure has changed

5 structure changes including:
1 Addition
4 Modifications
Modified 4
GET /api/v1/board/{board_id}/list/{boardList}/task
  • Query
  • sort, per_page query parameters Added
GET /api/v1/board/{board_id}/list/{boardList}/task/{boardTask}
  • Response
  • 200 response Modified
    • board_uuid, list_uuid, modelable_type, modelable properties Added
POST /api/v1/board/{board}/list/{boardList}/task
  • Response
  • 200 response Modified
    • board_uuid, list_uuid, modelable_type, modelable properties Added
PUT /api/v1/board/{board_id}/list/{boardList}/task/{boardTask}
  • Response
  • 200 response Modified
    • board_uuid, list_uuid, modelable_type, modelable properties Added
Added 1
GET /api/v1/me/tasks