Improved
September 8th, 2025
about 2 months ago
GET: /api/v2/pub/budget-cost-code-categories/{id}
Added
- endpoint added
GET: /api/v2/pub/budgets/{id}/approval-phases
Changed
- added the new 'query' request parameter 'updated_after'
- added the new 'query' request parameter 'updated_before'
GET: /api/v2/pub/files
Added
- added the new enum value 'drive' to the 'query' request parameter 'resource_type'
- added the new enum value 'survey' to the 'query' request parameter 'resource_scope'
- added the new enum value 'survey-question-answer' to the 'query' request parameter 'resource_type'
- added the new 'drive' enum value to the 'items/resource_type' response property for the response status '200'
- added the new 'survey' enum value to the 'items/resource_scope' response property for the response status '200'
- added the new 'survey-question-answer' enum value to the 'items/resource_type' response property for the response status '200'
GET: /api/v2/pub/files/{id}
Added
- added the new 'drive' enum value to the 'resource_type' response property for the response status '200'
- added the new 'survey' enum value to the 'resource_scope' response property for the response status '200'
- added the new 'survey-question-answer' enum value to the 'resource_type' response property for the response status '200'
POST: /api/v2/pub/non-contracted-invoices
Changed
- the request property 'items/site_id' became nullable
- the request property 'items/site_id' became optional
PATCH: /api/v2/pub/non-contracted-invoices/{id}
Changed
- the request property 'items/site_id' became nullable
- the request property 'items/site_id' became optional
GET: /api/v2/pub/projects-sites
Changed
- the response property 'items/building_id' became nullable for the status '200'
GET: /api/v2/pub/projects-sites/{id}
Changed
- the response property 'building_id' became nullable for the status '200'
