Projekt & leverans
Projekt, uppgifter, medlemmar, priser och allokeringar — automatisera leverans och synka projektdata.
Projekt
Endpoints
| GET | /projects | Hämtar samlingen av Project-resurser. |
| POST | /projects | Skapar en Project-resurs. |
| GET | /projects/{id} | Hämtar en Project-resurs. |
| PATCH | /projects/{id} | Uppdaterar Project-resursen. |
| DELETE | /projects/{id} | Tar bort Project-resursen. |
| POST | /projects/{id}/archive | Skapar en Project-resurs. |
| GET | /projects/{id}/cost-allocations | Hämtar en Project-resurs. |
| GET | /projects/{id}/documents | Hämtar en Project-resurs. |
| POST | /projects/{id}/pin | Skapar en Project-resurs. |
| GET | /projects/{id}/profitability | Hämtar en Project-resurs. |
| POST | /projects/{id}/unarchive | Skapar en Project-resurs. |
| POST | /projects/{id}/unpin | Skapar en Project-resurs. |
| GET | /projects/folder-counts | Hämtar samlingen av Project-resurser. |
| GET | /projects/preview | Hämtar samlingen av Project-resurser. |
| GET | /projects/search | Hämtar samlingen av Project-resurser. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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 |
Projektmedlem
Endpoints
| GET | /project-members | Hämtar samlingen av ProjectMember-resurser. |
| POST | /project-members | Skapar en ProjectMember-resurs. |
| GET | /project-members/{id} | Hämtar en ProjectMember-resurs. |
| PATCH | /project-members/{id} | Uppdaterar ProjectMember-resursen. |
| DELETE | /project-members/{id} | Tar bort ProjectMember-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| id | string | |
| employee* | string (iri-reference) | |
| project* | string (iri-reference) | |
| position | string | |
| positionName | string | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| possiblePositions | string |
Projektuppgift
Endpoints
| POST | /project_tasks/{id}/subscribe | Skapar en ProjectTask-resurs. |
| POST | /project_tasks/{id}/unsubscribe | Skapar en ProjectTask-resurs. |
| GET | /project-tasks | Hämtar samlingen av ProjectTask-resurser. |
| POST | /project-tasks | Skapar en ProjectTask-resurs. |
| GET | /project-tasks/{id} | Hämtar en ProjectTask-resurs. |
| PATCH | /project-tasks/{id} | Uppdaterar ProjectTask-resursen. |
| DELETE | /project-tasks/{id} | Tar bort ProjectTask-resursen. |
| GET | /project-tasks/picker | Hämtar samlingen av ProjectTask-resurser. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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 |
Projektpris
Endpoints
| GET | /project-prices | Hämtar samlingen av ProjectPrice-resurser. |
| POST | /project-prices | Skapar en ProjectPrice-resurs. |
| GET | /project-prices/{id} | Hämtar en ProjectPrice-resurs. |
| PATCH | /project-prices/{id} | Uppdaterar ProjectPrice-resursen. |
| DELETE | /project-prices/{id} | Tar bort ProjectPrice-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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 |
Projekttransaktion
Endpoints
| GET | /project-transactions | Hämtar samlingen av ProjectTransaction-resurser. |
| POST | /project-transactions | Skapar en ProjectTransaction-resurs. |
| PATCH | /project-transactions/{id} | Uppdaterar ProjectTransaction-resursen. |
| DELETE | /project-transactions/{id} | Tar bort ProjectTransaction-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| project* | string,null (iri-reference) | |
| transaction* | string,null (iri-reference) | |
| amount | stringnull | |
| note | stringnull |
Anställds projekttariff
Endpoints
| GET | /people-project-rates | Hämtar samlingen av EmployeeProjectRate-resurser. |
| POST | /people-project-rates | Skapar en EmployeeProjectRate-resurs. |
| GET | /people-project-rates/{id} | Hämtar en EmployeeProjectRate-resurs. |
| PATCH | /people-project-rates/{id} | Uppdaterar EmployeeProjectRate-resursen. |
| DELETE | /people-project-rates/{id} | Tar bort EmployeeProjectRate-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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) |
Projektuppgiftskommentar
Endpoints
| GET | /project-task-comments | Hämtar samlingen av ProjectTaskComment-resurser. |
| POST | /project-task-comments | Skapar en ProjectTaskComment-resurs. |
| GET | /project-task-comments/{id} | Hämtar en ProjectTaskComment-resurs. |
| PATCH | /project-task-comments/{id} | Uppdaterar ProjectTaskComment-resursen. |
| DELETE | /project-task-comments/{id} | Tar bort ProjectTaskComment-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| id | integer | |
| task | string (iri-reference) | |
| employee | string (iri-reference) | |
| content | string | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) |
Projektuppgiftslista
Endpoints
| GET | /project-task-lists | Hämtar samlingen av ProjectTaskList-resurser. |
| POST | /project-task-lists | Skapar en ProjectTaskList-resurs. |
| GET | /project-task-lists/{id} | Hämtar en ProjectTaskList-resurs. |
| PATCH | /project-task-lists/{id} | Uppdaterar ProjectTaskList-resursen. |
| DELETE | /project-task-lists/{id} | Tar bort ProjectTaskList-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| id | integer | |
| project | string (iri-reference) | |
| name | string | |
| position | integer | |
| isDefault | boolean | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| default | boolean |
Projektuppgiftsstatus
Endpoints
| GET | /project-task-statuses | Hämtar samlingen av ProjectTaskStatus-resurser. |
| POST | /project-task-statuses | Skapar en ProjectTaskStatus-resurs. |
| GET | /project-task-statuses/{id} | Hämtar en ProjectTaskStatus-resurs. |
| PATCH | /project-task-statuses/{id} | Uppdaterar ProjectTaskStatus-resursen. |
| DELETE | /project-task-statuses/{id} | Tar bort ProjectTaskStatus-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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. |
Regel för återkommande projektuppgifter
Endpoints
| GET | /project-task-recurrence-rules | Hämtar samlingen av ProjectTaskRecurrenceRule-resurser. |
| POST | /project-task-recurrence-rules | Skapar en ProjectTaskRecurrenceRule-resurs. |
| GET | /project-task-recurrence-rules/{id} | Hämtar en ProjectTaskRecurrenceRule-resurs. |
| PATCH | /project-task-recurrence-rules/{id} | Uppdaterar ProjectTaskRecurrenceRule-resursen. |
| DELETE | /project-task-recurrence-rules/{id} | Tar bort ProjectTaskRecurrenceRule-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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 |
Projektbemanningsplan
Endpoints
| GET | /project-people-plans | Hämtar samlingen av ProjectPeoplePlan-resurser. |
| POST | /project-people-plans | Skapar en ProjectPeoplePlan-resurs. |
| GET | /project-people-plans/{id} | Hämtar en ProjectPeoplePlan-resurs. |
| PATCH | /project-people-plans/{id} | Uppdaterar ProjectPeoplePlan-resursen. |
| DELETE | /project-people-plans/{id} | Tar bort ProjectPeoplePlan-resursen. |
| GET | /projects/{projectId}/people-plans | Hämtar samlingen av ProjectPeoplePlan-resurser. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| project | string (iri-reference) | |
| periodKey | string | |
| forecastHours | integernull | |
| overrideRatePerHour | stringnull |
Kaskadregel för projektallokering
Endpoints
| GET | /project-allocation-cascade-rules | Hämtar samlingen av ProjectAllocationCascadeRule-resurser. |
| POST | /project-allocation-cascade-rules | Skapar en ProjectAllocationCascadeRule-resurs. |
| GET | /project-allocation-cascade-rules/{id} | Hämtar en ProjectAllocationCascadeRule-resurs. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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. |
Projekttransaktionsbilaga
Endpoints
| GET | /project-transaction-attachments | Hämtar samlingen av ProjectTransactionAttachment-resurser. |
| POST | /project-transaction-attachments | Skapar en ProjectTransactionAttachment-resurs. |
| PATCH | /project-transaction-attachments/{id} | Uppdaterar ProjectTransactionAttachment-resursen. |
| DELETE | /project-transaction-attachments/{id} | Tar bort ProjectTransactionAttachment-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| project | string (iri-reference) | |
| transactionAttachment | string (iri-reference) | |
| netAmount | integernull | |
| line | string,null (iri-reference) |
Projektets mätarpris
Endpoints
| GET | /project-meter-prices | Hämtar samlingen av ProjectMeterPrice-resurser. |
| POST | /project-meter-prices | Skapar en ProjectMeterPrice-resurs. |
| PATCH | /project-meter-prices/{id} | Uppdaterar ProjectMeterPrice-resursen. |
| DELETE | /project-meter-prices/{id} | Tar bort ProjectMeterPrice-resursen. |
Schema-fält
| Fält | Typ | Beskrivning |
|---|---|---|
| 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) |