v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > PlannedRecord
Reads a single Planned record
Reads a single Planned record
get/api/2026-07-01/resources/project_management/planned_records/{id}
Path parameters
idstring required
Retrieve only the planned records that matches the ids provided in the request.
Response
OK
Example response
{
"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
]
}