v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ProjectManagement > 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

idstring required

The id of the imputable project

namestring required

The name of the imputable project

codestring

The code of the imputable project

start_datestring

The start date of the imputable project

due_datestring

The due date of the imputable project

status'active' | 'closed' | 'draft' | 'processing' required

The status of the imputable project

currencystring required

The currency of the imputable project

client_idstring

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"
}