Get plan
Retrieve the plan of project. The return properties include all plans that current user is managing.
GET api/_configs/project
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [FilterObject] |
URL Endpoint
api/_configs/project
Method
GET.
Parameters
No support OData Filter syntax.
Request Header
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
No body for this method.
Response
List of plans into current team(or group) with the following schema:
{
"createdDateTime": "[CreatedDate]",
"owner": "[UserCreate]",
"title": "[PlanName]",
"id": "[PlanID]"
}
Example
[
{
"createdDateTime": "2020-09-15T08:28:22.8306354Z",
"owner": "f87faa71-57a8-4c14-91f0-517f54645106",
"title": "eTask API",
"id": "lasaGj5Dg0qDwyQDxS39pGQAEmbh"
}
]