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 2 hours ago

main
v1.125.0
Compare
v1.125.0

API structure has changed

Next change
4 structure changes including:
4 Modifications
Modified 4
GET /api/v2/risks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added
GET /api/v2/risks/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added
POST /api/v2/risks
  • Body
  • application/json content type Modified
    • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added
PUT /api/v2/risks/{uuid}
  • Body
  • application/json content type Modified
    • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • risk_description, chosen_risk_level, chosen_risk_level_string, chosen_risk_reason properties Added