Improved
December 22nd, 2025
about 1 month ago
GET: /api/v2/pub/capital-plan-scenarios
Added
- endpoint added
GET: /api/v2/pub/capital-plan-scenarios/{id}
Added
- endpoint added
GET: /api/v2/pub/capital-plans
Added
- endpoint added
GET: /api/v2/pub/capital-plans/{id}
Added
- endpoint added
GET: /api/v2/pub/project-phases
Added
- endpoint added
GET: /api/v2/pub/project-request-pipelines
Added
- endpoint added
GET: /api/v2/pub/project-request-pipelines/{id}
Added
- added the required property 'created_at' to the response with the '200' status
- added the required property 'created_by' to the response with the '200' status
- added the required property 'is_archived' to the response with the '200' status
- added the required property 'max_score' to the response with the '200' status
- added the required property 'survey_template_id' to the response with the '200' status
- added the required property 'type_of_measure' to the response with the '200' status
- added the required property 'updated_at' to the response with the '200' status
- added the required property 'updated_by' to the response with the '200' status
- added the new 'acres' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'cubic-feet-per-minute' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'cubic-meters-per-minute' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'hectares' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'square-feet' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'square-meters' enum value to the 'unit_of_measure' response property for the response status '200'
- added the new 'watts' enum value to the 'unit_of_measure' response property for the response status '200'
Changed
- the response property 'unit_of_measure' became nullable for the status '200'
Removed
- removed the 'imperial' enum value from the 'unit_of_measure' response property for the response status '200'
- removed the 'metric' enum value from the 'unit_of_measure' response property for the response status '200'
- removed the 'power' enum value from the 'unit_of_measure' response property for the response status '200'
- removed the 'volume' enum value from the 'unit_of_measure' response property for the response status '200'
- removed the required property 'area_unit' from the response with the '200' status
POST: /api/v2/pub/projects
Changed
- added the new request property 'project_phase_id'
PATCH: /api/v2/pub/projects/{id}
Changed
- added the new request property 'project_phase_id'
GET: /api/v2/pub/submittal-types
Added
- endpoint added