Retrieve the plan of project. The return properties include all plans that current user is managing.1
2
3
4
5GET api/_configs/project
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [FilterObject] |
api/_configs/project
GET.
No support OData Filter syntax.
1 | --x-appvity-channelId: [ChannelID] |
No body for this method.
List of plans into current team(or group) with the following schema:
{
“createdDateTime”: “[CreatedDate]”,
“owner”: “[UserCreate]”,
“title”: “[PlanName]”,
“id”: “[PlanID]”
}
1 | [ |
Comment