Improved
September 2nd, 2025
about 2 months ago
POST: /api/v2/pub/budget-cost-code-categories
Changed
- added the new request property 'budget_phase_id'
- added the new request property 'parent_id'
Removed
- removed the request property 'project_phase_id'
POST: /api/v2/pub/budget-cost-code-categories/bulk
Added
- endpoint added
PATCH: /api/v2/pub/budget-cost-code-categories/{id}
{id}
Changed
- added the new request property 'budget_phase_id'
Removed
- removed the request property 'project_phase_id'
POST: /api/v2/pub/budget-cost-codes
Changed
- the 'code' request property's maxLength was increased from '12' to '25'
POST: /api/v2/pub/budget-cost-codes/bulk
Added
- endpoint added
PATCH: /api/v2/pub/budget-cost-codes/{id}
{id}
Changed
- the 'code' request property's maxLength was increased from '12' to '25'
POST: /api/v2/pub/budget-phases/bulk
Added
- endpoint added
GET: /api/v2/pub/budget-phases/{id}
{id}
Added
- endpoint added
GET: /api/v2/pub/budgets/{id}/approval-phases
{id}/approval-phases
Added
- endpoint added
GET: /api/v2/pub/files
Added
- added the new enum value 'daily-report-work-log' to the 'query' request parameter 'resource_type'
- added the new 'daily-report-work-log' enum value to the 'items/resource_type' response property for the response status '200'
GET: /api/v2/pub/files/{id}
{id}
Added
- added the new 'daily-report-work-log' enum value to the 'resource_type' response property for the response status '200'
GET: /api/v2/pub/project-directories
Changed
- added the new 'query' request parameter 'project_ids'
POST: /api/v2/pub/projects
Changed
- the request property 'client_contact_id' became nullable
- the request property 'client_contact_id' became optional
GET: /api/v2/pub/rfis
Added
- endpoint added
GET: /api/v2/pub/rfis/{id}
{id}
Added
- added the required property 'project_id' to the response with the '200' status
