Online Docs

Get Info Card

1
2
3
4
5
POST api/charts/teamProgress/task/getInforCard
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [FilterObject] |

URL Endpoint

api/charts/teamProgress/task/getInforCard

Method

POST.

Parameters

No support OData Filter syntax.

Request Header

1
2
3
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

Body

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"xAxisFields": "priority",
"offset": "Asia/Bangkok",
"globalFilters": {
"channelFilter": [],
"standardizeBy": {},
"dateFilter": {
"filter": "(startDate ge '$date:2020-09-30T17:00:00z' and startDate le '$date:2020-12-31T16:59:59z')",
"filterBy": "startDate",
"startDate": "2020-09-30T17:00:00z",
"dueDate": "2020-12-31T16:59:59z",
"timeFrame": "lastCurrentNextMonth"
},
"sourceFilter": {
"filter": "",
"choices": []
},
"priorityFilter": {
"filter": "",
"choices": []
},
"statusFilter": {
"filter": "",
"choices": []
},
"severityFilter": {
"filter": "",
"choices": []
},
"assignTo": []
}
}

Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"userManagement": [],
"startDate": "2020-09-01T17:00:00.000Z",
"total": 7,
"overdue": 0,
"inProgress": 2,
"users": [
{
"displayName": "Nina Lowery",
"username": "ninalowery@anadea.com",
"source": "Microsoft.Graph.User",
"jobTitle": "Senior Project Manager",
"id": "5bce7df753b66e19aaa3e862"
},
{
"displayName": "Oliver Neal",
"username": "oliver@anadea.com",
"source": "Microsoft.Graph.User",
"jobTitle": "Junior QA Engineer L2",
"id": "5bce7df753b66e19aaa3e8a0"
}
]
}

Comment

Was this article helpful?
Thanks For Your Feedback