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

Nov 25, 2024

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
DELETE /api/v1/time-entry/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trackable property Modified
        • Type went from string to object
          Breaking
      • is_active property Modified
        • Type went from string to boolean
          Breaking
      • created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
GET /api/v1/time-entry/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trackable property Modified
        • Type went from string to object
          Breaking
      • is_active property Modified
        • Type went from string to boolean
          Breaking
      • created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
POST /api/v1/time-entry
  • Body
  • application/json content type Modified
    • description property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trackable property Modified
        • Type went from string to object
          Breaking
      • is_active property Modified
        • Type went from string to boolean
          Breaking
      • created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
POST /api/v1/time-entry/{timeEntry_uuid}/stop
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trackable property Modified
        • Type went from string to object
          Breaking
      • is_active property Modified
        • Type went from string to boolean
          Breaking
      • created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
PUT /api/v1/time-entry/{id}
  • Body
  • application/json content type Modified
    • description property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trackable property Modified
        • Type went from string to object
          Breaking
      • is_active property Modified
        • Type went from string to boolean
          Breaking
      • created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added