Skip to main content

Retrieve a project

GET v1/projects/{:projectId}?mode=<'days' | 'hours'>&start_date=<number>&end_date=<number>

Allow to retrieve a project in the owned workspace.

Query parameters

NameTypeDescriptionRequiredDefault
modestringIndicates whether the totalAllocation will be reported in days or hoursNodays
start_dateintFilters the report start date, in millisecondsNo-
end_dateintFilters the report end date, in millisecondsNo-

Request Body Parameters

 No body parameters

Response

{
"status": 200,
"value": {
"message": "string",
"status": 200,
"data": [
{
"id": "string",
"name": "string",
"status": <ProjectStatus>,
"color": <ProjectColors>,
"totalAllocation": "number",
"external_id": "string",
}
]
}

}
NameTypeDescriptionRequiredDefault
messagestringMessage of the responseYes-
statusnumberStatus of the responseYes200
dataobjectProject dataNo-

Data

NameTypeDescriptionRequiredDefault
idstring (uuid)Project internal identifierYes-
namestringProject nameYes-
colorProjectColorsProject colorNogray
statusProjectStatusProject statusNoTO_DO
totalAllocationnumberTotal allocationNo0
external_idstringExternal reference to the projectNo-