GET: /api/v2/pub/capital-plan-cash-flows
Added
- endpoint added
POST: /api/v2/pub/contracted-invoices
Changed
- added the new request property 'is_retention'
- the request property 'payment_term_id' became nullable
- the request property 'document_ids' became not nullable
PATCH: /api/v2/pub/contracted-invoices/{id}
Changed
- added the new request property 'wbs1/items/released_retention_value'
GET: /api/v2/pub/project-cash-flows
Added
- endpoint added
POST: /api/v2/pub/contract-changes
Changed
- added the new request property 'supporting_document_ids'
POST: /api/v2/pub/contracts
Changed
- added the new request property 'additional_attachment_ids'
GET: /api/v2/pub/project-schedules
Added
- added the new 'construction' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'development' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'finance' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'food_and_beverage' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'golf_development' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'golf_operations' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'information_technology' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'legal' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'marketing' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'marketing_and_operations' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'operations' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'real_estate_sales' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'reservations' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'retail' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'rooms' enum value to the 'items/tickets/items/category' response property for the response status '200'
- added the new 'talent_and_culture' enum value to the 'items/tickets/items/category' response property for the response status '200'
GET: /api/v2/pub/project-schedules/{id}
Added
- added the new 'construction' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'development' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'finance' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'food_and_beverage' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'golf_development' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'golf_operations' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'information_technology' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'legal' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'marketing' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'marketing_and_operations' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'operations' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'real_estate_sales' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'reservations' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'retail' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'rooms' enum value to the 'tickets/items/category' response property for the response status '200'
- added the new 'talent_and_culture' enum value to the 'tickets/items/category' response property for the response status '200'
GET: /api/v2/pub/files
Added
- added the new enum value 'daily-report-note' to the 'query' request parameter 'resource_type'
- added the new enum value 'daily-report-waste' to the 'query' request parameter 'resource_type'
- added the new 'daily-report-note' enum value to the 'items/resource_type' response property for the response status '200'
- added the new 'daily-report-waste' enum value to the 'items/resource_type' response property for the response status '200'
GET: /api/v2/pub/files/{id}
Added
- added the new 'daily-report-note' enum value to the 'resource_type' response property for the response status '200'
- added the new 'daily-report-waste' enum value to the 'resource_type' response property for the response status '200'
POST: /api/v2/pub/contracted-invoices
Added
- added the new 'draft' enum value to the request property 'status'
- added the new 'fully-approved' enum value to the request property 'status'
- added the new 'paid' enum value to the request property 'status'
Changed
- added the new request property 'document_ids'
PATCH: /api/v2/pub/contracted-invoices/{id}
Changed
- added the new request property 'document_ids'
POST: /api/v2/pub/contracted-invoices/{id}/payments
Changed
- the request property 'date' became nullable
- the request property 'method' became nullable
- the request property 'number' became nullable
- the request property 'value' became nullable
POST: /api/v2/pub/non-contracted-invoices
Added
- added the new 'draft' enum value to the request property 'status'
- added the new 'fully-approved' enum value to the request property 'status'
- added the new 'paid' enum value to the request property 'status'
Changed
- added the new request property 'document_ids'
- request property 'status' was restricted to a list of enum values
PATCH: /api/v2/pub/non-contracted-invoices/{id}
Changed
- added the new request property 'document_ids'
POST: /api/v2/pub/non-contracted-invoices/{id}/payments
Changed
- the request property 'date' became nullable
- the request property 'method' became nullable
- the request property 'number' became nullable
- the request property 'value' became nullable
GET: /api/v2/pub/account-types
Added
- added the property 'items/permissions/resources/workspace_configuration/can_manage_workspace_documents' to the response with the '200' status
GET: /api/v2/pub/account-types/{id}
Added
- added the property 'permissions/resources/workspace_configuration/can_manage_workspace_documents' to the response with the '200' status
PATCH: /api/v2/pub/account-types/{id}
Changed
- added the new request property 'permissions/resources/workspace_configuration/can_manage_workspace_documents'
GET: /api/v2/pub/budget-changes
Changed
- the response property 'items/category' became nullable for the status '200'
- the response property 'items/items/items/source_id' became nullable for the status '200'
- the response property 'items/items/items/target_id' became nullable for the status '200'
- the response property 'items/reason' became nullable for the status '200'
POST: /api/v2/pub/budget-changes
Added
- endpoint added
PATCH: /api/v2/pub/budget-cost-code-categories/{id}
Changed
- added the new request property 'order'
PATCH: /api/v2/pub/budget-cost-codes/{id}
Changed
- added the new request property 'order'
PATCH: /api/v2/pub/budget-phases/{id}
Changed
- added the new request property 'order'
POST: /api/v2/pub/budgets/{id}/snapshots
Added
- endpoint added
GET: /api/v2/pub/capital-plans
Changed
- for the 'query' request parameter 'ids', default value was changed from 'map[]' to '[]'
POST: /api/v2/pub/project-journal-entries
Added
- endpoint added
GET: /api/v2/pub/project-requests
Changed
- for the 'query' request parameter 'pipeline_ids', default value was changed from 'map[]' to '[]'
POST: /api/v2/pub/projects
Changed
- added the new request property 'client_accounting_company_id'
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
POST: /api/v2/pub/budget-cost-codes
Changed
- added the new request property 'lines'
POST: /api/v2/pub/budget-cost-codes/bulk
Changed
- added the new request property 'items/lines'
PATCH: /api/v2/pub/budget-cost-codes/{id}
Changed
- added the new request property 'lines'
GET: /api/v2/pub/contract-changes
Added
- added the property 'items/generated_id' to the response with the '200' status
GET: /api/v2/pub/contract-changes/{id}
Added
- added the property 'generated_id' to the response with the '200' status
GET: /api/v2/pub/contracted-invoices
Added
- added the property 'items/generated_id' to the response with the '200' status
GET: /api/v2/pub/contracted-invoices/{id}
Added
- added the property '/items/generated_id' to the response with the '200' status
GET: /api/v2/pub/contracts
Added
- added the property 'items/generated_id' to the response with the '200' status
GET: /api/v2/pub/contracts/{id}
Added
- added the property 'generated_id' to the response with the '200' status
GET: /api/v2/pub/non-contracted-invoices
Added
- added the property 'items/generated_id' to the response with the '200' status
- added the property 'items/paid_by_budget_type' to the response with the '200' status
- added the property 'items/paid_by_company_id' to the response with the '200' status
POST: /api/v2/pub/non-contracted-invoices
Changed
- added the new request property 'paid_by_company_id'
GET: /api/v2/pub/non-contracted-invoices/{id}
Added
- added the property '/items/generated_id' to the response with the '200' status
- added the property '/items/paid_by_budget_type' to the response with the '200' status
- added the property '/items/paid_by_company_id' to the response with the '200' status
PATCH: /api/v2/pub/non-contracted-invoices/{id}
Changed
- added the new request property 'paid_by_company_id'
GET: /api/v2/pub/project-request-pipelines/{id}
Added
- endpoint added
GET: /api/v2/pub/project-requests
Added
- endpoint added
GET: /api/v2/pub/project-requests/{id}
Added
- endpoint added
POST: /api/v2/pub/submittal-types
Added
- endpoint added
GET: /api/v2/pub/approvable-resources
Added
- added the property 'items/resource_id' to the response with the '200' status
GET: /api/v2/pub/budget-cost-code-categories/{id}
Added
- added the required property 'order' to the response with the '200' status
- added the required property 'subcategories/items/order' to the response with the '200' status
- added the required property 'subcategories/items/subcategories/items/order' to the response with the '200' status
GET: /api/v2/pub/budget-cost-codes
Added
- added the property 'items/order' to the response with the '200' status
GET: /api/v2/pub/budget-cost-codes/{id}
Added
- added the required property 'order' to the response with the '200' status
GET: /api/v2/pub/budget-phases/{id}
Added
- added the required property 'order' to the response with the '200' status
PATCH: /api/v2/pub/budget-phases/{id}
Added
- added the required property 'order' to the response with the '200' status
GET: /api/v2/pub/budgets
Added
- added the property 'items/categories/items/order' to the response with the '200' status
- added the property 'items/phases/items/order' to the response with the '200' status
GET: /api/v2/pub/budgets/{id}
Added
- added the property 'categories/items/order' to the response with the '200' status
- added the property 'phases/items/order' to the response with the '200' status
GET: /api/v2/pub/project-directories
Removed
- removed the 'project-executive' enum value from the 'items/workspaces/items/contacts/items/role' response property for the response status '200'
- removed the 'project-manager' enum value from the 'items/workspaces/items/contacts/items/role' response property for the response status '200'
GET: /api/v2/pub/submittal-types/{id}
Added
- endpoint added