List project plan items
Manage a project's plan items, i.e. resource roles, cost or revenue items, milestones and phases.
Path parameters
-
The project's unique document ID.
GET
/projects/{projectId}/planItems
curl \
-X GET https://open.api.missionx.ai/v1/projects/{projectId}/planItems
Response examples (200)
{
"value": [
{
"_id": "string",
"createdBy": "string",
"createdAt": "2025-05-04T09:42:00+00:00",
"updatedAt": "2025-05-04T09:42:00+00:00",
"type": "role",
"customId": "string",
"startDate": "2025-05-04T09:42:00+00:00",
"endDate": "2025-05-04T09:42:00+00:00",
"project": "string",
"departments": [
"string"
],
"hoursNeeded": 42.0,
"role": "string",
"roleTitle": "string"
}
]
}
Response examples (400)
{
"message": "string",
"code": "string",
"data": {}
}
Response examples (500)
{
"message": "string",
"code": "string",
"data": {}
}