v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > ImputableProject
Reads a single Imputable project
Reads a single Imputable project
get/api/2026-07-01/resources/project_management/imputable_projects/{id}
Path parameters
idstring required
Retrieve only the imputable projects that match the ids provided in the request.
Response
OK
Example response
{
"id": "314159",
"name": "Destroy the death star",
"code": "DS",
"start_date": "2025-01-01",
"due_date": "2025-01-01",
"status": "active",
"currency": "EUR"
}