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

about 3 hours ago

main
v1.96.0
Compare
v1.96.0

API structure has changed

Next change
4 structure changes including:
4 Modifications
Modified 4
GET /api/v1/custom-field
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conditions, conditions_operator properties Added
GET /api/v1/custom-field/{customField_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conditions, conditions_operator properties Added
POST /api/v1/custom-field
  • Body
  • application/json content type Modified
    • conditions, conditions_operator properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conditions, conditions_operator properties Added
PUT /api/v1/custom-field/{customField_uuid}
  • Body
  • application/json content type Modified
    • conditions, conditions_operator properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conditions, conditions_operator properties Added