Проекти та доставка
Проєкти, завдання, учасники, ставки та розподіли — автоматизуйте виконання робіт і синхронізуйте дані проєктів.
Проект
Endpoints
| GET | /projects | Отримує колекцію ресурсів Project. |
| POST | /projects | Створює ресурс Project. |
| GET | /projects/{id} | Отримує ресурс Project. |
| PATCH | /projects/{id} | Оновлює ресурс Project. |
| DELETE | /projects/{id} | Видаляє ресурс Project. |
| POST | /projects/{id}/archive | Створює ресурс Project. |
| GET | /projects/{id}/cost-allocations | Отримує ресурс Project. |
| GET | /projects/{id}/documents | Отримує ресурс Project. |
| POST | /projects/{id}/pin | Створює ресурс Project. |
| GET | /projects/{id}/profitability | Отримує ресурс Project. |
| POST | /projects/{id}/unarchive | Створює ресурс Project. |
| POST | /projects/{id}/unpin | Створює ресурс Project. |
| GET | /projects/folder-counts | Отримує колекцію ресурсів Project. |
| GET | /projects/preview | Отримує колекцію ресурсів Project. |
| GET | /projects/search | Отримує колекцію ресурсів Project. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| parent | string,null (iri-reference) | |
| client | string,null (iri-reference) | |
| currency | string,null (iri-reference) | |
| dateFrom | string,null (date-time) | |
| dateTo | string,null (date-time) | |
| name* | string | |
| publicDescription | stringnull | |
| type* | string | |
| clientHash | string | |
| notes | stringnull | |
| color | string | |
| icon | stringnull | |
| priceNet | stringnull | |
| taxGroup | string,null (iri-reference) | |
| attributeSet | string,null (iri-reference) | |
| taskCreatePolicy | string | |
| taskVisibility | string | |
| childProjects | array | |
| projectMembers | array | |
| workTimes | array | |
| employeeProjectRates | array | |
| invoiceRows | array | |
| budgetProjects | array | |
| projectTransactions | array | |
| archivedAt | string,null (date-time) | Archiving retires a project from view without deleting it (#2896). |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| deletedAt | string,null (date-time) | |
| possibleTypes | string | |
| thisAndParentProjects | array | |
| status | string | |
| archived | boolean | |
| billable | boolean | |
| flattenType | string | |
| uniqueEmployees | mixed | |
| thisAndChildProjectsEmployees | array | |
| thisAndParentProjectEmployees | array | |
| allRelatedProjects | object | |
| budgets | array |
Член проекту
Endpoints
| GET | /project-members | Отримує колекцію ресурсів ProjectMember. |
| POST | /project-members | Створює ресурс ProjectMember. |
| GET | /project-members/{id} | Отримує ресурс ProjectMember. |
| PATCH | /project-members/{id} | Оновлює ресурс ProjectMember. |
| DELETE | /project-members/{id} | Видаляє ресурс ProjectMember. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | string | |
| employee* | string (iri-reference) | |
| project* | string (iri-reference) | |
| position | string | |
| positionName | string | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possiblePositions | string |
Завдання проекту
Endpoints
| POST | /project_tasks/{id}/subscribe | Створює ресурс ProjectTask. |
| POST | /project_tasks/{id}/unsubscribe | Створює ресурс ProjectTask. |
| GET | /project-tasks | Отримує колекцію ресурсів ProjectTask. |
| POST | /project-tasks | Створює ресурс ProjectTask. |
| GET | /project-tasks/{id} | Отримує ресурс ProjectTask. |
| PATCH | /project-tasks/{id} | Оновлює ресурс ProjectTask. |
| DELETE | /project-tasks/{id} | Видаляє ресурс ProjectTask. |
| GET | /project-tasks/picker | Отримує колекцію ресурсів ProjectTask. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| project | string (iri-reference) | |
| requester | string,null (iri-reference) | |
| list | string,null (iri-reference) | |
| status | string (iri-reference) | |
| title | string | |
| description | stringnull | |
| priority | string | |
| startAt | string,null (date-time) | |
| dueAt | string,null (date-time) | |
| completedAt | string,null (date-time) | |
| position | integer | |
| recurrenceRule | string,null (iri-reference) | |
| recurrenceParent | string,null (iri-reference) | |
| isTemplate | boolean | |
| assignees | array | |
| subscribers | array | |
| asset | string,null (iri-reference) | |
| source | string | |
| reporterName | stringnull | |
| reporterEmail | stringnull | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possiblePriorities | string | |
| statusName | stringnull | Slim status accessor for the WorkTime embed — keeps the API payload small (single string) instead of nesting the full ProjectTaskStatus resource on every WorkTime row. |
| template | boolean |
Ціна проекту
Endpoints
| GET | /project-prices | Отримує колекцію ресурсів ProjectPrice. |
| POST | /project-prices | Створює ресурс ProjectPrice. |
| GET | /project-prices/{id} | Отримує ресурс ProjectPrice. |
| PATCH | /project-prices/{id} | Оновлює ресурс ProjectPrice. |
| DELETE | /project-prices/{id} | Видаляє ресурс ProjectPrice. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| project* | string,null (iri-reference) | |
| property | string,null (iri-reference) | |
| attributeRule* | string (iri-reference) | |
| amount* | string | |
| currency* | string (iri-reference) | |
| dateFrom* | string,null (date-time) | |
| note | stringnull |
Транзакція проекту
Endpoints
| GET | /project-transactions | Отримує колекцію ресурсів ProjectTransaction. |
| POST | /project-transactions | Створює ресурс ProjectTransaction. |
| PATCH | /project-transactions/{id} | Оновлює ресурс ProjectTransaction. |
| DELETE | /project-transactions/{id} | Видаляє ресурс ProjectTransaction. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| project* | string,null (iri-reference) | |
| transaction* | string,null (iri-reference) | |
| amount | stringnull | |
| note | stringnull |
Тариф співробітника за проектом
Endpoints
| GET | /people-project-rates | Отримує колекцію ресурсів EmployeeProjectRate. |
| POST | /people-project-rates | Створює ресурс EmployeeProjectRate. |
| GET | /people-project-rates/{id} | Отримує ресурс EmployeeProjectRate. |
| PATCH | /people-project-rates/{id} | Оновлює ресурс EmployeeProjectRate. |
| DELETE | /people-project-rates/{id} | Видаляє ресурс EmployeeProjectRate. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| employee* | string (iri-reference) | |
| project* | string (iri-reference) | |
| position | stringnull | |
| positionRef | string,null (iri-reference) | |
| rate* | number | |
| currency | string (iri-reference) | |
| dateFrom* | string,null (date-time) | Nullable, to match the column, the property, the getter and {@see \App\Service\App\WorkTime\Report\EntryRateResolver::selectEffective()}, all four of which already admit a null left edge. Only this setter and isActive() refused it, which is the same asymmetry: `setDateTo()` and the `dateTo` half of isActive() both handle null, and the `dateFrom` half of neither did (#3159). |
| dateTo | string,null (date-time) | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| active | boolean | Does this rate apply on the given date? |
| relatedEmployee | string,null (iri-reference) |
Коментар до завдання проєкту
Endpoints
| GET | /project-task-comments | Отримує колекцію ресурсів ProjectTaskComment. |
| POST | /project-task-comments | Створює ресурс ProjectTaskComment. |
| GET | /project-task-comments/{id} | Отримує ресурс ProjectTaskComment. |
| PATCH | /project-task-comments/{id} | Оновлює ресурс ProjectTaskComment. |
| DELETE | /project-task-comments/{id} | Видаляє ресурс ProjectTaskComment. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| task | string (iri-reference) | |
| employee | string (iri-reference) | |
| content | string | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) |
Список завдань проєкту
Endpoints
| GET | /project-task-lists | Отримує колекцію ресурсів ProjectTaskList. |
| POST | /project-task-lists | Створює ресурс ProjectTaskList. |
| GET | /project-task-lists/{id} | Отримує ресурс ProjectTaskList. |
| PATCH | /project-task-lists/{id} | Оновлює ресурс ProjectTaskList. |
| DELETE | /project-task-lists/{id} | Видаляє ресурс ProjectTaskList. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| project | string (iri-reference) | |
| name | string | |
| position | integer | |
| isDefault | boolean | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| default | boolean |
Статус завдання проєкту
Endpoints
| GET | /project-task-statuses | Отримує колекцію ресурсів ProjectTaskStatus. |
| POST | /project-task-statuses | Створює ресурс ProjectTaskStatus. |
| GET | /project-task-statuses/{id} | Отримує ресурс ProjectTaskStatus. |
| PATCH | /project-task-statuses/{id} | Оновлює ресурс ProjectTaskStatus. |
| DELETE | /project-task-statuses/{id} | Видаляє ресурс ProjectTaskStatus. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| name | string | |
| color | string | |
| position | integer | |
| isClosed | boolean | |
| isDefault | boolean | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| deletedAt | string,null (date-time) | |
| closed | boolean | |
| default | boolean | |
| deleted | boolean | Check if the entity has been soft deleted. |
Правило повторення завдання проєкту
Endpoints
| GET | /project-task-recurrence-rules | Отримує колекцію ресурсів ProjectTaskRecurrenceRule. |
| POST | /project-task-recurrence-rules | Створює ресурс ProjectTaskRecurrenceRule. |
| GET | /project-task-recurrence-rules/{id} | Отримує ресурс ProjectTaskRecurrenceRule. |
| PATCH | /project-task-recurrence-rules/{id} | Оновлює ресурс ProjectTaskRecurrenceRule. |
| DELETE | /project-task-recurrence-rules/{id} | Видаляє ресурс ProjectTaskRecurrenceRule. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | integer | |
| project | string (iri-reference) | |
| frequency | string | |
| interval | integer | |
| weekday | integernull | |
| monthDay | integernull | |
| timeOfDay | string,null (date-time) | |
| timezone | string | |
| nextRunAt | string,null (date-time) | |
| endAt | string,null (date-time) | |
| maxOccurrences | integernull | |
| occurrencesGenerated | integer | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possibleFrequencies | string |
План учасників проєкту
Endpoints
| GET | /project-people-plans | Отримує колекцію ресурсів ProjectPeoplePlan. |
| POST | /project-people-plans | Створює ресурс ProjectPeoplePlan. |
| GET | /project-people-plans/{id} | Отримує ресурс ProjectPeoplePlan. |
| PATCH | /project-people-plans/{id} | Оновлює ресурс ProjectPeoplePlan. |
| DELETE | /project-people-plans/{id} | Видаляє ресурс ProjectPeoplePlan. |
| GET | /projects/{projectId}/people-plans | Отримує колекцію ресурсів ProjectPeoplePlan. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| project | string (iri-reference) | |
| periodKey | string | |
| forecastHours | integernull | |
| overrideRatePerHour | stringnull |
Правило каскадного розподілу проєкту
Endpoints
| GET | /project-allocation-cascade-rules | Отримує колекцію ресурсів ProjectAllocationCascadeRule. |
| POST | /project-allocation-cascade-rules | Створює ресурс ProjectAllocationCascadeRule. |
| GET | /project-allocation-cascade-rules/{id} | Отримує ресурс ProjectAllocationCascadeRule. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | string | |
| name | string | |
| assetAttribute | string (iri-reference) | Attribute carried by Property (Asset) entities. Drives the share each selected Asset takes of the total cost. For Juwentus on Horizon this is "Ochrona" (5/13/23.98/23.42/34.60 across the 5 buildings, summing to 100). |
| projectAttribute | string (iri-reference) | Attribute carried by tenant Projects. Drives the within-building split. For Horizon's standard rules this is "Powierzchnia" — each tenant's m² inside its building. |
Вкладення транзакції проєкту
Endpoints
| GET | /project-transaction-attachments | Отримує колекцію ресурсів ProjectTransactionAttachment. |
| POST | /project-transaction-attachments | Створює ресурс ProjectTransactionAttachment. |
| PATCH | /project-transaction-attachments/{id} | Оновлює ресурс ProjectTransactionAttachment. |
| DELETE | /project-transaction-attachments/{id} | Видаляє ресурс ProjectTransactionAttachment. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| project | string (iri-reference) | |
| transactionAttachment | string (iri-reference) | |
| netAmount | integernull | |
| line | string,null (iri-reference) |
Ціна лічильника проєкту
Endpoints
| GET | /project-meter-prices | Отримує колекцію ресурсів ProjectMeterPrice. |
| POST | /project-meter-prices | Створює ресурс ProjectMeterPrice. |
| PATCH | /project-meter-prices/{id} | Оновлює ресурс ProjectMeterPrice. |
| DELETE | /project-meter-prices/{id} | Видаляє ресурс ProjectMeterPrice. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| id | string | |
| project* | string (iri-reference) | |
| utilityType* | string | |
| meter | string,null (iri-reference) | |
| unitPrice* | string | |
| currency | string,null (iri-reference) | |
| effectiveFrom | string,null (date-time) |