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

Mar 29, 2022

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
DELETE /api/v1/time-entry/{id}
  • Response
  • 200 response Added
GET /api/v1/time-entry/{id}
  • Response
  • 200 response Modified
    • slug, participants_count, participants, created_at, updated_at properties Removed
    • trackable, start_date, end_date, is_active properties Added
GET /api/v1/time-entry/{trackable_type}/{trackable_uuid}
  • Response
  • 200 response Added
POST /api/v1/time-entry
  • Response
  • 200 response Added
POST /api/v1/time-entry/{timeEntry}/stop
  • Response
  • 200 response Added
PUT /api/v1/time-entry/{id}
  • Response
  • 200 response Added