Resourcing & capaciteit
Allocaties, de bench, het planningsvenster en de realisatie — plan wie aan wat werkt, en lees terug wat ze hebben gedaan.
Allocatie
Endpoints
| GET | /allocations | Haalt de verzameling Allocation-resources op. |
| POST | /allocations | Maakt een Allocation-resource aan. |
| GET | /allocations/{id} | Haalt een Allocation-resource op. |
| PATCH | /allocations/{id} | Werkt de Allocation-resource bij. |
| DELETE | /allocations/{id} | Verwijdert de Allocation-resource. |
| POST | /resourcing/demands/replace | Maakt een Allocation-resource aan. |
| POST | /resourcing/requests/{id}/decline | Maakt een Allocation-resource aan. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| project* | string (iri-reference) | |
| position* | string (iri-reference) | |
| employee | string,null (iri-reference) | |
| task | string,null (iri-reference) | |
| startDate | string (date-time) | |
| endDate | string (date-time) | |
| note | stringnull | |
| percentage | integer | |
| demandAmount | stringnull | |
| demandUnit | stringnull | |
| demandBasis | stringnull | |
| status | string |
Resourcing-bench
Endpoints
| GET | /resourcing/bench | Haalt een ResourcingBench-resource op. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| slots | array |
Resourcingplanning
Endpoints
| GET | /resourcing/schedule | Haalt een ResourcingSchedule-resource op. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| rows | array |
Resourcing-realisatie
Endpoints
| GET | /resourcing/actuals | Haalt een ResourcingActuals-resource op. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| weeks | array | |
| people | array | |
| rateGaps | object | |
| currency | stringnull |