Projects
Get Project by id
Retrieve a project by its unique identifier.
get/timmi-project/api/v4/projects/{id}
Response
OK
Example response
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}