v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Imputable projects
Reads all Imputable projects
Query parameters
Retrieve only the imputable projects that match the ids provided in the request.
Retrieve only the imputable projects that match the ids provided in the request.
[ "314159", "271828" ]
Retrieve only the imputable projects that match the name or code passed in the request.
Retrieve only the imputable projects that match the name or code passed in the request.
If true, retrieve only active imputable projects.
If true, retrieve only active imputable projects.
If true, retrieve only imputable projects that have at least one assigned project worker.
If true, retrieve only imputable projects that have at least one assigned project worker.
Retrieve only the imputable projects in which the employees passed in the request are project workers.
Retrieve only the imputable projects in which the employees passed in the request are project workers.
Response
OK
Example response
{
"data": [
{
"id": "314159",
"name": "Destroy the death star",
"code": "DS",
"start_date": "2025-01-01",
"due_date": "2025-01-01",
"status": "active",
"currency": "EUR"
}
]
}