-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbudgetProposalComments.json
More file actions
66 lines (66 loc) · 1.67 KB
/
budgetProposalComments.json
File metadata and controls
66 lines (66 loc) · 1.67 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
{
"data": [
{
"id": 427,
"attributes": {
"proposal_id": null,
"comment_parent_id": null,
"user_id": "1187",
"comment_text": "test comment 2",
"createdAt": "2025-04-03T06:04:32.388Z",
"updatedAt": "2025-04-03T06:04:32.388Z",
"bd_proposal_id": "49",
"drep_id": "34b1eb01917db5d3f39757c94e85004c5e3d41462fd1d82da01264a9",
"comments_reports": {
"data": []
},
"user_govtool_username": "testeternl1",
"subcommens_number": 0
}
},
{
"id": 426,
"attributes": {
"proposal_id": null,
"comment_parent_id": null,
"user_id": "1187",
"comment_text": "test comment 1",
"createdAt": "2025-04-03T06:04:23.380Z",
"updatedAt": "2025-04-03T06:04:23.380Z",
"bd_proposal_id": "49",
"drep_id": "34b1eb01917db5d3f39757c94e85004c5e3d41462fd1d82da01264a9",
"comments_reports": {
"data": []
},
"user_govtool_username": "testeternl1",
"subcommens_number": 0
}
},
{
"id": 384,
"attributes": {
"proposal_id": null,
"comment_parent_id": null,
"user_id": "38",
"comment_text": "test comment",
"createdAt": "2025-04-01T08:09:39.135Z",
"updatedAt": "2025-04-01T08:09:39.135Z",
"bd_proposal_id": "49",
"drep_id": null,
"comments_reports": {
"data": []
},
"user_govtool_username": "testlace",
"subcommens_number": 1
}
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 25,
"pageCount": 1,
"total": 3
}
}
}