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

17 days ago

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
GET /api/v1/cases
  • Query
  • filter[completed_after], filter[completed_before], filter[review_at_after], filter[review_at_before] query parameters Added
GET /api/v1/cases/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • review_at, assigned_to_uuids, group_uuids properties Added
GET /api/v1/client/{client_uuid}/cases
  • Query
  • filter[group_uuids], filter[completed_after], filter[completed_before], filter[review_at_after], filter[review_at_before] query parameters Added
POST /api/v1/cases
  • Body
  • application/json content type Modified
    • assigned_to_uuids, group_uuids, review_at properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • review_at, assigned_to_uuids, group_uuids properties Added
PUT /api/v1/cases/{uuid}
  • Body
  • application/json content type Modified
    • assigned_to_uuids, group_uuids, review_at properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • review_at, assigned_to_uuids, group_uuids properties Added