Online Docs

Get plan

Retrieve the plan of project. The return properties include all plans that current user is managing.

1
2
3
4
5
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

1
2
3
--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

1
2
3
4
5
6
7
8
[
{
"createdDateTime": "2020-09-15T08:28:22.8306354Z",
"owner": "f87faa71-57a8-4c14-91f0-517f54645106",
"title": "eTask API",
"id": "lasaGj5Dg0qDwyQDxS39pGQAEmbh"
}
]

Comment

Was this article helpful?
Thanks For Your Feedback