Improved
March 2nd, 2026
20 days ago
GET: /api/v2/pub/account-types
Added
- added the property 'items/permissions/resources/capital_plan' to the response with the '200' status
- added the property 'items/permissions/resources/data_management' to the response with the '200' status
- added the property 'items/permissions/resources/project_financials/can_create_and_edit_cash_flow' to the response with the '200' status
- added the property 'items/permissions/resources/project_financials/can_view_cash_flow' to the response with the '200' status
Removed
- removed the property 'items/permissions/resources/workspace_configuration/can_create_access_tokens_and_oauth' from the response with the '200' status
GET: /api/v2/pub/account-types/{id}
Added
- added the property 'permissions/resources/capital_plan' to the response with the '200' status
- added the property 'permissions/resources/data_management' to the response with the '200' status
- added the property 'permissions/resources/project_financials/can_create_and_edit_cash_flow' to the response with the '200' status
- added the property 'permissions/resources/project_financials/can_view_cash_flow' to the response with the '200' status
Removed
- removed the property 'permissions/resources/workspace_configuration/can_create_access_tokens_and_oauth' from the response with the '200' status
PATCH: /api/v2/pub/account-types/{id}
Changed
- added the new request property 'permissions/resources/capital_plan'
- added the new request property 'permissions/resources/data_management'
- added the new request property 'permissions/resources/project_financials/can_create_and_edit_cash_flow'
- added the new request property 'permissions/resources/project_financials/can_view_cash_flow'
Removed
- removed the request property 'permissions/resources/workspace_configuration/can_create_access_tokens_and_oauth'
GET: /api/v2/pub/projects
Changed
- added the new 'query' request parameter 'name'
GET: /api/v2/pub/rfis
Added
- added the required property 'items/solution_ids' to the response with the '200' status
GET: /api/v2/pub/rfis/{id}
Added
- added the required property 'solution_ids' to the response with the '200' status
GET: /api/v2/pub/rfis/{rfi_id}/solutions
Added
- endpoint added
POST: /api/v2/pub/rfis/{rfi_id}/solutions
Added
- endpoint added