What's New

Personas in this Story: Default, Member, Client.

For the purpose of this test, we have created a couple of objects and there are listed here:

Response: HTTP 200, application/json (Hide)
GET /whats-new

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
{
    "activity_logs": [
        {
            "id": 10,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/10",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164873,
            "created_by_id": 1,
            "updated_on": 1430164873,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2",
            "comment_id": 2
        },
        {
            "id": 9,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/9",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164872,
            "created_by_id": 2,
            "updated_on": 1430164872,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2",
            "subtask_id": 2
        },
        {
            "id": 8,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/8",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2"
        },
        {
            "id": 7,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/7",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "comment_id": 1
        },
        {
            "id": 6,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/6",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "subtask_id": 1
        },
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        },
        {
            "id": 4,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/4",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1"
        },
        {
            "id": 3,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/3",
            "parent_type": "Project",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1"
        },
        {
            "id": 2,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/2",
            "parent_type": "Client",
            "parent_id": 3,
            "created_on": 1430164870,
            "created_by_id": 1,
            "updated_on": 1430164870,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "users\/3"
        },
        {
            "id": 1,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/1",
            "parent_type": "Member",
            "parent_id": 2,
            "created_on": 1430164870,
            "created_by_id": 1,
            "updated_on": 1430164870,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "users\/2"
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            },
            "2": {
                "id": 2,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/2",
                "name": "Task hidden from clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": true,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "task_number": 2,
                "task_list_id": 0,
                "position": 2,
                "is_important": false,
                "due_on": null,
                "estimate": 0,
                "job_type_id": 0,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        },
        "Comment": {
            "2": {
                "id": 2,
                "class": "Comment",
                "url_path": "\/comments\/2",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 2,
                "body": "Comment on hidden task",
                "body_formatted": "Comment on hidden task",
                "body_plain_text": "Comment on hidden task",
                "created_on": 1430164873,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1
            },
            "1": {
                "id": 1,
                "class": "Comment",
                "url_path": "\/comments\/1",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 1,
                "body": "Comment on visible task",
                "body_formatted": "Comment on visible task",
                "body_plain_text": "Comment on visible task",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1
            }
        },
        "Subtask": {
            "1": {
                "id": 1,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/1\/subtasks\/1",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164871,
                "name": "Subtask on visible task",
                "task_id": 1,
                "project_id": 1,
                "due_on": null
            },
            "2": {
                "id": 2,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/2\/subtasks\/2",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164872,
                "created_by_id": 2,
                "updated_on": 1430164872,
                "name": "Subtask on hidden task",
                "task_id": 2,
                "project_id": 1,
                "due_on": null
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        },
        "Client": {
            "3": {
                "id": 3,
                "class": "Client",
                "url_path": "\/users\/3",
                "is_archived": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164870,
                "created_by_id": 1,
                "updated_on": 1430164870,
                "updated_by_id": 1,
                "language_id": 0,
                "first_name": "Client",
                "last_name": null,
                "display_name": "client",
                "short_display_name": "client",
                "email": "client@activecollab.com",
                "additional_email_addresses": [],
                "is_pending_activation": false,
                "avatar_url": "http:\/\/feather.dev\/proxy.php?proxy=avatar&module=system&v=current&b=DEV&user_id=3&size=--SIZE--&timestamp=1430164870",
                "custom_permissions": [],
                "company_id": 0,
                "title": null,
                "phone": null,
                "im_type": null,
                "im_handle": null,
                "note": null
            }
        },
        "Member": {
            "2": {
                "id": 2,
                "class": "Member",
                "url_path": "\/users\/2",
                "is_archived": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164870,
                "created_by_id": 1,
                "updated_on": 1430164870,
                "updated_by_id": 1,
                "language_id": 0,
                "first_name": "Member",
                "last_name": null,
                "display_name": "member",
                "short_display_name": "member",
                "email": "member@activecollab.com",
                "additional_email_addresses": [],
                "is_pending_activation": false,
                "avatar_url": "http:\/\/feather.dev\/proxy.php?proxy=avatar&module=system&v=current&b=DEV&user_id=2&size=--SIZE--&timestamp=1430164870",
                "custom_permissions": [],
                "company_id": 1,
                "title": null,
                "phone": null,
                "im_type": null,
                "im_handle": null,
                "note": null
            }
        }
    }
}

When client accesses activity logs, they will less records:

Response: HTTP 200, application/json (Hide)
GET /whats-new (as Client)

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
    "activity_logs": [
        {
            "id": 7,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/7",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "comment_id": 1
        },
        {
            "id": 6,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/6",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "subtask_id": 1
        },
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        },
        {
            "id": 4,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/4",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1"
        },
        {
            "id": 3,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/3",
            "parent_type": "Project",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1"
        },
        {
            "id": 2,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/2",
            "parent_type": "Client",
            "parent_id": 3,
            "created_on": 1430164870,
            "created_by_id": 1,
            "updated_on": 1430164870,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "users\/3"
        },
        {
            "id": 1,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/1",
            "parent_type": "Member",
            "parent_id": 2,
            "created_on": 1430164870,
            "created_by_id": 1,
            "updated_on": 1430164870,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "users\/2"
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        },
        "Comment": {
            "1": {
                "id": 1,
                "class": "Comment",
                "url_path": "\/comments\/1",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 1,
                "body": "Comment on visible task",
                "body_formatted": "Comment on visible task",
                "body_plain_text": "Comment on visible task",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1
            }
        },
        "Subtask": {
            "1": {
                "id": 1,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/1\/subtasks\/1",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164871,
                "name": "Subtask on visible task",
                "task_id": 1,
                "project_id": 1,
                "due_on": null
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        },
        "Client": {
            "3": {
                "id": 3,
                "class": "Client",
                "url_path": "\/users\/3",
                "is_archived": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164870,
                "created_by_id": 1,
                "updated_on": 1430164870,
                "updated_by_id": 1,
                "language_id": 0,
                "first_name": "Client",
                "last_name": null,
                "display_name": "client",
                "short_display_name": "client",
                "email": "client@activecollab.com",
                "additional_email_addresses": [],
                "is_pending_activation": false,
                "avatar_url": "http:\/\/feather.dev\/proxy.php?proxy=avatar&module=system&v=current&b=DEV&user_id=3&size=--SIZE--&timestamp=1430164870",
                "custom_permissions": [],
                "company_id": 0,
                "title": null,
                "phone": null,
                "im_type": null,
                "im_handle": null,
                "note": null
            }
        },
        "Member": {
            "2": {
                "id": 2,
                "class": "Member",
                "url_path": "\/users\/2",
                "is_archived": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164870,
                "created_by_id": 1,
                "updated_on": 1430164870,
                "updated_by_id": 1,
                "language_id": 0,
                "first_name": "Member",
                "last_name": null,
                "display_name": "member",
                "short_display_name": "member",
                "email": "member@activecollab.com",
                "additional_email_addresses": [],
                "is_pending_activation": false,
                "avatar_url": "http:\/\/feather.dev\/proxy.php?proxy=avatar&module=system&v=current&b=DEV&user_id=2&size=--SIZE--&timestamp=1430164870",
                "custom_permissions": [],
                "company_id": 1,
                "title": null,
                "phone": null,
                "im_type": null,
                "im_handle": null,
                "note": null
            }
        }
    }
}

Lets check activities done by the member:

Response: HTTP 200, application/json (Hide)
GET /users/2/activities

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
    "activity_logs": [
        {
            "id": 9,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/9",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164872,
            "created_by_id": 2,
            "updated_on": 1430164872,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2",
            "subtask_id": 2
        },
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            },
            "2": {
                "id": 2,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/2",
                "name": "Task hidden from clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": true,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "task_number": 2,
                "task_list_id": 0,
                "position": 2,
                "is_important": false,
                "due_on": null,
                "estimate": 0,
                "job_type_id": 0,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        },
        "Subtask": {
            "2": {
                "id": 2,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/2\/subtasks\/2",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164872,
                "created_by_id": 2,
                "updated_on": 1430164872,
                "name": "Subtask on hidden task",
                "task_id": 2,
                "project_id": 1,
                "due_on": null
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        }
    }
}
Response: HTTP 200, application/json (Hide)
GET /users/2/activities (as Client)

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
    "activity_logs": [
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        }
    }
}

And now on project level:

Response: HTTP 200, application/json (Hide)
GET /projects/1/whats-new

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
{
    "activity_logs": [
        {
            "id": 10,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/10",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164873,
            "created_by_id": 1,
            "updated_on": 1430164873,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2",
            "comment_id": 2
        },
        {
            "id": 9,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/9",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164872,
            "created_by_id": 2,
            "updated_on": 1430164872,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2",
            "subtask_id": 2
        },
        {
            "id": 8,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/8",
            "parent_type": "Task",
            "parent_id": 2,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/hidden-from-clients\/tasks\/2"
        },
        {
            "id": 7,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/7",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "comment_id": 1
        },
        {
            "id": 6,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/6",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "subtask_id": 1
        },
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        },
        {
            "id": 4,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/4",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1"
        },
        {
            "id": 3,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/3",
            "parent_type": "Project",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1"
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            },
            "2": {
                "id": 2,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/2",
                "name": "Task hidden from clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": true,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "task_number": 2,
                "task_list_id": 0,
                "position": 2,
                "is_important": false,
                "due_on": null,
                "estimate": 0,
                "job_type_id": 0,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        },
        "Comment": {
            "2": {
                "id": 2,
                "class": "Comment",
                "url_path": "\/comments\/2",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 2,
                "body": "Comment on hidden task",
                "body_formatted": "Comment on hidden task",
                "body_plain_text": "Comment on hidden task",
                "created_on": 1430164873,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1
            },
            "1": {
                "id": 1,
                "class": "Comment",
                "url_path": "\/comments\/1",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 1,
                "body": "Comment on visible task",
                "body_formatted": "Comment on visible task",
                "body_plain_text": "Comment on visible task",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1
            }
        },
        "Subtask": {
            "1": {
                "id": 1,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/1\/subtasks\/1",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164871,
                "name": "Subtask on visible task",
                "task_id": 1,
                "project_id": 1,
                "due_on": null
            },
            "2": {
                "id": 2,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/2\/subtasks\/2",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164872,
                "created_by_id": 2,
                "updated_on": 1430164872,
                "name": "Subtask on hidden task",
                "task_id": 2,
                "project_id": 1,
                "due_on": null
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        }
    }
}
Response: HTTP 200, application/json (Hide)
GET /projects/1/whats-new (as Client)

Response:

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
    "activity_logs": [
        {
            "id": 7,
            "class": "CommentCreatedActivityLog",
            "url_path": "\/activity-logs\/7",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164872,
            "created_by_id": 1,
            "updated_on": 1430164872,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "comment_id": 1
        },
        {
            "id": 6,
            "class": "SubtaskCreatedActivityLog",
            "url_path": "\/activity-logs\/6",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "subtask_id": 1
        },
        {
            "id": 5,
            "class": "InstanceUpdatedActivityLog",
            "url_path": "\/activity-logs\/5",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 2,
            "updated_on": 1430164871,
            "created_by_name": "member",
            "created_by_email": "member@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1",
            "modifications": {
                "estimate": [
                    0,
                    4
                ],
                "job_type_id": [
                    0,
                    1
                ]
            }
        },
        {
            "id": 4,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/4",
            "parent_type": "Task",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1\/visible-to-clients\/tasks\/1"
        },
        {
            "id": 3,
            "class": "InstanceCreatedActivityLog",
            "url_path": "\/activity-logs\/3",
            "parent_type": "Project",
            "parent_id": 1,
            "created_on": 1430164871,
            "created_by_id": 1,
            "updated_on": 1430164871,
            "created_by_name": "ilija.studen",
            "created_by_email": "ilija.studen@activecollab.com",
            "parent_path": "projects\/1"
        }
    ],
    "related": {
        "Task": {
            "1": {
                "id": 1,
                "class": "Task",
                "url_path": "\/projects\/1\/tasks\/1",
                "name": "Visible to clients",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "comments_count": "1",
                "attachments": [],
                "labels": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "project_id": 1,
                "is_hidden_from_clients": false,
                "body": "",
                "body_formatted": "",
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1,
                "task_number": 1,
                "task_list_id": 0,
                "position": 1,
                "is_important": false,
                "due_on": null,
                "estimate": 4,
                "job_type_id": 1,
                "total_subtasks": 0,
                "completed_subtasks": 0,
                "open_subtasks": 0
            }
        },
        "Project": {
            "1": {
                "id": 1,
                "class": "Project",
                "url_path": "\/projects\/1",
                "name": "Test Project",
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "members": [
                    1,
                    2,
                    3
                ],
                "category_id": 0,
                "label_id": 0,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164873,
                "updated_by_id": 1,
                "body": null,
                "body_formatted": "",
                "company_id": 1,
                "leader_id": 1,
                "currency_id": 2,
                "template_id": 0,
                "based_on_type": null,
                "based_on_id": null,
                "email": "notifications+m2p-TZLFtIp@mail.manageprojects.com",
                "is_tracking_enabled": true,
                "is_client_reporting_enabled": false,
                "budget": null,
                "count_tasks": 2,
                "count_discussions": 0,
                "count_files": 0,
                "count_notes": 0
            }
        },
        "Comment": {
            "1": {
                "id": 1,
                "class": "Comment",
                "url_path": "\/comments\/1",
                "attachments": [],
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "parent_type": "Task",
                "parent_id": 1,
                "body": "Comment on visible task",
                "body_formatted": "Comment on visible task",
                "body_plain_text": "Comment on visible task",
                "created_on": 1430164872,
                "created_by_id": 1,
                "updated_on": 1430164872,
                "updated_by_id": 1
            }
        },
        "Subtask": {
            "1": {
                "id": 1,
                "class": "Subtask",
                "url_path": "\/projects\/1\/tasks\/1\/subtasks\/1",
                "assignee_id": 0,
                "delegated_by_id": 0,
                "completed_on": null,
                "completed_by_id": null,
                "is_completed": false,
                "is_trashed": false,
                "trashed_on": null,
                "trashed_by_id": 0,
                "created_on": 1430164871,
                "created_by_id": 1,
                "updated_on": 1430164871,
                "name": "Subtask on visible task",
                "task_id": 1,
                "project_id": 1,
                "due_on": null
            }
        },
        "JobType": {
            "1": {
                "id": 1,
                "class": "JobType",
                "url_path": "\/job-types\/1",
                "name": "General",
                "is_archived": false,
                "updated_on": null,
                "is_default": true,
                "default_hourly_rate": 100
            }
        }
    }
}