v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Planned records
Reads all Planned records
Query parameters
Retrieve only the planned records that matches the ids provided in the request.
Retrieve only the planned records that matches the ids provided in the request.
[ "314159" ]
Retrieve only the planned records that matches the project worker ids provided in the request.
Retrieve only the planned records that matches the project worker ids provided in the request.
[ "314159" ]
Retrieve only the planned records that matches the start date provided in the request.
Retrieve only the planned records that matches the start date provided in the request.
Retrieve only the planned records that matches the end date provided in the request.
Retrieve only the planned records that matches the end date provided in the request.
Retrieve only the planned records that matches the subproject ids provided in the request.
Retrieve only the planned records that matches the subproject ids provided in the request.
[ "314159" ]
Response
OK
Example response
{
"data": [
{
"id": "314159",
"daily_minutes": 100,
"start_date": "2025-01-01",
"end_date": "2025-01-03",
"project_worker_id": "314159",
"subproject_id": "314159",
"week_days": [
1,
2,
3,
4,
5
]
}
]
}