-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
54 lines (49 loc) · 1.67 KB
/
notes.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Custom page URL
/t5/custom/page/page-id/ideavotesdownload
API request:
https://community.ptc.com/api/2.0/search
[
{
"messages":{
"fields":[
"board.title",
"subject",
"status",
"kudos"
],
"constraints":[
{
"board.id":{
"in":[
"esupportIdeas",
"PTCMathcadIdeas"
]
},
"kudos.sum(weight)":{
">":0
},
"depth":0
}
],
"limit":1000,
"offset":0,
"subQueries":{
"kudos":{
"fields":[
"time",
"user.email"
]
}
}
}
}
]
When you get a chance, and if possible, can you please add 3 columns
- One with the SSO ID of the author of the idea (title “Author SSO ID”)
- Another with the voter’s. (title “Voter SSO ID”)
I used the name to match some data with complete list of the Community members have. But the names are sometimes a problem as they contain non ASCII characters in one list and converted characters in another. SSO ID should be less problematic to use.
- A third with the email of the author of the idea (title “Author Email”)
Also , if possible, pls change the column title
- “Author“ to “Idea Author”
- “Post Date” to “Idea Date”
- “Email” to “Voter Email”