Improved
March 23th, 2026
about 2 months ago
GET: /api/v2/pub/capital-plan-scenarios
Changed
- the 'query' request parameter 'capital_plan_id' became optional
GET: /api/v2/pub/contracted-invoices
Added
- added the property 'items/client_company_id' to the response with the '200' status
- added the property 'items/vendor_company_id' to the response with the '200' status
GET: /api/v2/pub/contracted-invoices/{id}
Added
- added the property '/items/client_company_id' to the response with the '200' status
- added the property '/items/vendor_company_id' to the response with the '200' status
POST: /api/v2/pub/drive-files
Added
- endpoint added
POST: /api/v2/pub/drive-folders
Added
- endpoint added
POST: /api/v2/pub/drives
Added
- endpoint added
GET: /api/v2/pub/employees
Added
- added the property 'items/location_ids' to the response with the '200' status
POST: /api/v2/pub/employees
Changed
- added the new request property 'location_ids'
GET: /api/v2/pub/employees/{id}
Added
- added the property 'location_ids' to the response with the '200' status
PATCH: /api/v2/pub/employees/{id}
Changed
- added the new request property 'location_ids'
GET: /api/v2/pub/non-contracted-invoices
Added
- added the property 'items/client_company_id' to the response with the '200' status
- added the property 'items/vendor_company_id' to the response with the '200' status
GET: /api/v2/pub/non-contracted-invoices/{id}
Added
- added the property '/items/client_company_id' to the response with the '200' status
- added the property '/items/vendor_company_id' to the response with the '200' status
POST: /api/v2/pub/oauth/token
Added
- added the new 'authorization_code' enum value to the request property 'grant_type'
- added the new 'client_credentials' enum value to the request property 'grant_type'
- added the new 'refresh_token' enum value to the request property 'grant_type'
- added the non-success response with the status '422'
- added the property 'refresh_token' to the response with the '200' status
- added the property 'refresh_token_expires_in' to the response with the '200' status
Changed
- added the new request property 'code'
- added the new request property 'code_verifier'
- added the new request property 'redirect_uri'
- added the new request property 'refresh_token'
- added the new request property 'scope'
- the request property 'client_id' became nullable
- the request property 'client_secret' became nullable
- request property 'grant_type' was restricted to a list of enum values
- the request property 'grant_type' became required
GET: /api/v2/pub/project-request-pipelines
Added
- added the required property 'items/id' to the response with the '200' status
GET: /api/v2/pub/project-request-pipelines/{id}
Added
- added the required property 'id' to the response with the '200' status
POST: /api/v2/pub/punch-items
Changed
- the request property 'ball_in_court_id' became optional
- the request property 'comment' became optional
- the request property 'external_references' became optional
- the request property 'members_ids' became optional
- the request property 'punch_list_id' became optional
- the request property 'responsible_contractor_id' became optional
- the request property 'site_ids' became optional
- the request property 'stamp_id' became optional