Path parameters
-
The project's unique document ID.
Query parameters
-
expand array[string]
One or more references to expand. Any of
client
,planItems
,departments
,people
,people.person
Values are
client
,planItems
,departments
,people
, orpeople.person
.
GET
/projects/{projectId}
curl \
-X GET https://open.api.missionx.ai/v1/projects/{projectId}
Response examples (200)
{
"_id": "string",
"createdBy": "string",
"createdAt": "2025-05-04T09:42:00+00:00",
"updatedAt": "2025-05-04T09:42:00+00:00",
"org": "string",
"startDate": "2025-05-04T09:42:00+00:00",
"endDate": "2025-05-04T09:42:00+00:00",
"client": "string",
"customId": "string",
"title": "string",
"description": "string",
"projectCode": "string",
"projectStatus": "open",
"departments": [
"string"
],
"offices": [
"string"
],
"revenueType": "milestones",
"budget": 42.0,
"timeTrackingEnabled": false,
"currency": "string",
"inviteDomains": [
"string"
],
"projectType": "smart-simple",
"usageStorage": 0,
"planItems": [
"string"
],
"customProperties": [
{
"name": "string",
"canView": "member",
"description": "string"
}
],
"people": [
{
"_id": "string",
"permission": "member",
"person": "string",
"role": "string",
"roleTitle": "string",
"email": "hello@example.com",
"isProjectManager": false,
"rate": 42.0,
"rateTime": "oneTime",
"invitePendingSince": 42.0,
"praise": 42.0
}
]
}