debugData.js 33KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  1. export const TimelineDebugData = [{
  2. 'is_deleted': false,
  3. 'is_archived': false,
  4. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  5. 'raw_content': '',
  6. 'status': 'open',
  7. 'content_id': 22,
  8. 'show_in_ui': true,
  9. 'comment_ids': [],
  10. 'parent_id': null,
  11. 'created': '21/06/2018 à 15:12:40',
  12. 'slug': 'bonjour',
  13. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  14. 'content_type': 'html-document',
  15. 'workspace_id': 1,
  16. 'revision_id': 22,
  17. 'label': 'bonjour?',
  18. 'timelineType': 'revision',
  19. 'commentList': [],
  20. 'number': 1
  21. }, {
  22. 'is_deleted': false,
  23. 'is_archived': false,
  24. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  25. 'raw_content': 'bonjour.',
  26. 'status': 'open',
  27. 'content_id': 22,
  28. 'show_in_ui': true,
  29. 'comment_ids': [31, 32],
  30. 'parent_id': null,
  31. 'created': '28/06/2018 à 15:13:26',
  32. 'slug': 'bonjour',
  33. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  34. 'content_type': 'html-document',
  35. 'workspace_id': 1,
  36. 'revision_id': 30,
  37. 'label': 'bonjour?',
  38. 'timelineType': 'revision',
  39. 'commentList': [{
  40. 'timelineType': 'comment',
  41. 'raw_content': 'testest',
  42. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  43. 'parent_id': 22,
  44. 'created': '28/06/2018 à 15:13:42',
  45. 'content_id': 31
  46. }, {
  47. 'timelineType': 'comment',
  48. 'raw_content': 'bravo.',
  49. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  50. 'parent_id': 22,
  51. 'created': '28/06/2018 à 15:36:02',
  52. 'content_id': 32
  53. }],
  54. 'number': 2
  55. }, {
  56. 'timelineType': 'comment',
  57. 'raw_content': 'testest',
  58. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  59. 'parent_id': 22,
  60. 'created': '28/06/2018 à 15:13:42',
  61. 'content_id': 31,
  62. 'customClass': ''
  63. }, {
  64. 'timelineType': 'comment',
  65. 'raw_content': 'bravo.',
  66. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  67. 'parent_id': 22,
  68. 'created': '28/06/2018 à 15:36:02',
  69. 'content_id': 32,
  70. 'customClass': ''
  71. }, {
  72. 'is_deleted': false,
  73. 'is_archived': false,
  74. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  75. 'raw_content': 'bonjour.\nmerci.',
  76. 'status': 'open',
  77. 'content_id': 22,
  78. 'show_in_ui': true,
  79. 'comment_ids': [33],
  80. 'parent_id': null,
  81. 'created': '28/06/2018 à 15:43:51',
  82. 'slug': 'bonjour',
  83. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  84. 'content_type': 'html-document',
  85. 'workspace_id': 1,
  86. 'revision_id': 33,
  87. 'label': 'bonjour?',
  88. 'timelineType': 'revision',
  89. 'commentList': [{
  90. 'timelineType': 'comment',
  91. 'raw_content': 'woot',
  92. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  93. 'parent_id': 22,
  94. 'created': '28/06/2018 à 15:44:00',
  95. 'content_id': 33
  96. }],
  97. 'number': 3
  98. }, {
  99. 'timelineType': 'comment',
  100. 'raw_content': 'woot',
  101. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  102. 'parent_id': 22,
  103. 'created': '28/06/2018 à 15:44:00',
  104. 'content_id': 33,
  105. 'customClass': ''
  106. }, {
  107. 'is_deleted': false,
  108. 'is_archived': false,
  109. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  110. 'raw_content': 'bonjour.\nmerci.',
  111. 'status': 'open',
  112. 'content_id': 22,
  113. 'show_in_ui': true,
  114. 'comment_ids': [],
  115. 'parent_id': null,
  116. 'created': '28/06/2018 à 16:01:41',
  117. 'slug': 'current-menu2',
  118. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  119. 'content_type': 'html-document',
  120. 'workspace_id': 1,
  121. 'revision_id': 35,
  122. 'label': 'Current Menu2',
  123. 'timelineType': 'revision',
  124. 'commentList': [],
  125. 'number': 4
  126. }, {
  127. 'is_deleted': false,
  128. 'is_archived': false,
  129. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  130. 'raw_content': 'bonjour.\nmerci.',
  131. 'status': 'open',
  132. 'content_id': 22,
  133. 'show_in_ui': true,
  134. 'comment_ids': [],
  135. 'parent_id': null,
  136. 'created': '28/06/2018 à 16:06:53',
  137. 'slug': 'current-menu25',
  138. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  139. 'content_type': 'html-document',
  140. 'workspace_id': 1,
  141. 'revision_id': 36,
  142. 'label': 'Current Menu25',
  143. 'timelineType': 'revision',
  144. 'commentList': [],
  145. 'number': 5
  146. }, {
  147. 'is_deleted': false,
  148. 'is_archived': false,
  149. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  150. 'raw_content': 'bonjour.\nmerci.',
  151. 'status': 'open',
  152. 'content_id': 22,
  153. 'show_in_ui': true,
  154. 'comment_ids': [],
  155. 'parent_id': null,
  156. 'created': '28/06/2018 à 16:23:30',
  157. 'slug': '',
  158. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  159. 'content_type': 'html-document',
  160. 'workspace_id': 1,
  161. 'revision_id': 37,
  162. 'label': '',
  163. 'timelineType': 'revision',
  164. 'commentList': [],
  165. 'number': 6
  166. }, {
  167. 'is_deleted': false,
  168. 'is_archived': false,
  169. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  170. 'raw_content': 'bonjour.\nmerci.',
  171. 'status': 'open',
  172. 'content_id': 22,
  173. 'show_in_ui': true,
  174. 'comment_ids': [],
  175. 'parent_id': null,
  176. 'created': '28/06/2018 à 16:23:43',
  177. 'slug': 'woot',
  178. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  179. 'content_type': 'html-document',
  180. 'workspace_id': 1,
  181. 'revision_id': 38,
  182. 'label': 'woot',
  183. 'timelineType': 'revision',
  184. 'commentList': [],
  185. 'number': 7
  186. }, {
  187. 'is_deleted': false,
  188. 'is_archived': false,
  189. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  190. 'raw_content': 'bonjour.\nmerci.',
  191. 'status': 'open',
  192. 'content_id': 22,
  193. 'show_in_ui': true,
  194. 'comment_ids': [],
  195. 'parent_id': null,
  196. 'created': '28/06/2018 à 16:35:18',
  197. 'slug': 'woot2',
  198. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  199. 'content_type': 'html-document',
  200. 'workspace_id': 1,
  201. 'revision_id': 39,
  202. 'label': 'woot2',
  203. 'timelineType': 'revision',
  204. 'commentList': [],
  205. 'number': 8
  206. }, {
  207. 'is_deleted': false,
  208. 'is_archived': false,
  209. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  210. 'raw_content': 'bonjour.\nmerci.',
  211. 'status': 'open',
  212. 'content_id': 22,
  213. 'show_in_ui': true,
  214. 'comment_ids': [],
  215. 'parent_id': null,
  216. 'created': '28/06/2018 à 16:36:10',
  217. 'slug': 'woot3',
  218. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  219. 'content_type': 'html-document',
  220. 'workspace_id': 1,
  221. 'revision_id': 40,
  222. 'label': 'woot3',
  223. 'timelineType': 'revision',
  224. 'commentList': [],
  225. 'number': 9
  226. }, {
  227. 'is_deleted': false,
  228. 'is_archived': false,
  229. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  230. 'raw_content': 'bonjour.\nmerci.',
  231. 'status': 'open',
  232. 'content_id': 22,
  233. 'show_in_ui': true,
  234. 'comment_ids': [],
  235. 'parent_id': null,
  236. 'created': '28/06/2018 à 16:37:21',
  237. 'slug': 'woot4',
  238. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  239. 'content_type': 'html-document',
  240. 'workspace_id': 1,
  241. 'revision_id': 41,
  242. 'label': 'woot4',
  243. 'timelineType': 'revision',
  244. 'commentList': [],
  245. 'number': 10
  246. }, {
  247. 'is_deleted': false,
  248. 'is_archived': false,
  249. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  250. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  251. 'status': 'open',
  252. 'content_id': 22,
  253. 'show_in_ui': true,
  254. 'comment_ids': [],
  255. 'parent_id': null,
  256. 'created': '28/06/2018 à 16:37:36',
  257. 'slug': 'woot4',
  258. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  259. 'content_type': 'html-document',
  260. 'workspace_id': 1,
  261. 'revision_id': 42,
  262. 'label': 'woot4',
  263. 'timelineType': 'revision',
  264. 'commentList': [],
  265. 'number': 11
  266. }, {
  267. 'is_deleted': false,
  268. 'is_archived': false,
  269. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  270. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  271. 'status': 'closed-validated',
  272. 'content_id': 22,
  273. 'show_in_ui': true,
  274. 'comment_ids': [],
  275. 'parent_id': null,
  276. 'created': '29/06/2018 à 16:04:02',
  277. 'slug': 'woot4',
  278. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  279. 'content_type': 'html-document',
  280. 'workspace_id': 1,
  281. 'revision_id': 46,
  282. 'label': 'woot4',
  283. 'timelineType': 'revision',
  284. 'commentList': [],
  285. 'number': 12
  286. }, {
  287. 'is_deleted': false,
  288. 'is_archived': false,
  289. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  290. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  291. 'status': 'closed-deprecated',
  292. 'content_id': 22,
  293. 'show_in_ui': true,
  294. 'comment_ids': [],
  295. 'parent_id': null,
  296. 'created': '29/06/2018 à 16:05:32',
  297. 'slug': 'woot4',
  298. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  299. 'content_type': 'html-document',
  300. 'workspace_id': 1,
  301. 'revision_id': 47,
  302. 'label': 'woot4',
  303. 'timelineType': 'revision',
  304. 'commentList': [],
  305. 'number': 13
  306. }, {
  307. 'is_deleted': false,
  308. 'is_archived': false,
  309. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  310. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  311. 'status': 'open',
  312. 'content_id': 22,
  313. 'show_in_ui': true,
  314. 'comment_ids': [],
  315. 'parent_id': null,
  316. 'created': '29/06/2018 à 16:06:35',
  317. 'slug': 'woot4',
  318. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  319. 'content_type': 'html-document',
  320. 'workspace_id': 1,
  321. 'revision_id': 48,
  322. 'label': 'woot4',
  323. 'timelineType': 'revision',
  324. 'commentList': [],
  325. 'number': 14
  326. }, {
  327. 'is_deleted': false,
  328. 'is_archived': false,
  329. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  330. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  331. 'status': 'closed-deprecated',
  332. 'content_id': 22,
  333. 'show_in_ui': true,
  334. 'comment_ids': [],
  335. 'parent_id': null,
  336. 'created': '29/06/2018 à 16:08:36',
  337. 'slug': 'woot4',
  338. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  339. 'content_type': 'html-document',
  340. 'workspace_id': 1,
  341. 'revision_id': 49,
  342. 'label': 'woot4',
  343. 'timelineType': 'revision',
  344. 'commentList': [],
  345. 'number': 15
  346. }, {
  347. 'is_deleted': false,
  348. 'is_archived': false,
  349. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  350. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  351. 'status': 'open',
  352. 'content_id': 22,
  353. 'show_in_ui': true,
  354. 'comment_ids': [],
  355. 'parent_id': null,
  356. 'created': '29/06/2018 à 16:13:15',
  357. 'slug': 'woot4',
  358. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  359. 'content_type': 'html-document',
  360. 'workspace_id': 1,
  361. 'revision_id': 50,
  362. 'label': 'woot4',
  363. 'timelineType': 'revision',
  364. 'commentList': [],
  365. 'number': 16
  366. }, {
  367. 'is_deleted': false,
  368. 'is_archived': false,
  369. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  370. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  371. 'status': 'closed-validated',
  372. 'content_id': 22,
  373. 'show_in_ui': true,
  374. 'comment_ids': [],
  375. 'parent_id': null,
  376. 'created': '29/06/2018 à 16:13:19',
  377. 'slug': 'woot4',
  378. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  379. 'content_type': 'html-document',
  380. 'workspace_id': 1,
  381. 'revision_id': 51,
  382. 'label': 'woot4',
  383. 'timelineType': 'revision',
  384. 'commentList': [],
  385. 'number': 17
  386. }, {
  387. 'is_deleted': false,
  388. 'is_archived': false,
  389. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  390. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  391. 'status': 'open',
  392. 'content_id': 22,
  393. 'show_in_ui': true,
  394. 'comment_ids': [],
  395. 'parent_id': null,
  396. 'created': '29/06/2018 à 16:14:34',
  397. 'slug': 'woot4',
  398. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  399. 'content_type': 'html-document',
  400. 'workspace_id': 1,
  401. 'revision_id': 52,
  402. 'label': 'woot4',
  403. 'timelineType': 'revision',
  404. 'commentList': [],
  405. 'number': 18
  406. }, {
  407. 'is_deleted': false,
  408. 'is_archived': false,
  409. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  410. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  411. 'status': 'closed-unvalidated',
  412. 'content_id': 22,
  413. 'show_in_ui': true,
  414. 'comment_ids': [],
  415. 'parent_id': null,
  416. 'created': '29/06/2018 à 16:14:38',
  417. 'slug': 'woot4',
  418. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  419. 'content_type': 'html-document',
  420. 'workspace_id': 1,
  421. 'revision_id': 53,
  422. 'label': 'woot4',
  423. 'timelineType': 'revision',
  424. 'commentList': [],
  425. 'number': 19
  426. }, {
  427. 'is_deleted': false,
  428. 'is_archived': false,
  429. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  430. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  431. 'status': 'closed-deprecated',
  432. 'content_id': 22,
  433. 'show_in_ui': true,
  434. 'comment_ids': [],
  435. 'parent_id': null,
  436. 'created': '29/06/2018 à 16:15:29',
  437. 'slug': 'woot4',
  438. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  439. 'content_type': 'html-document',
  440. 'workspace_id': 1,
  441. 'revision_id': 54,
  442. 'label': 'woot4',
  443. 'timelineType': 'revision',
  444. 'commentList': [],
  445. 'number': 20
  446. }, {
  447. 'is_deleted': false,
  448. 'is_archived': false,
  449. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  450. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  451. 'status': 'open',
  452. 'content_id': 22,
  453. 'show_in_ui': true,
  454. 'comment_ids': [],
  455. 'parent_id': null,
  456. 'created': '29/06/2018 à 16:15:43',
  457. 'slug': 'woot4',
  458. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  459. 'content_type': 'html-document',
  460. 'workspace_id': 1,
  461. 'revision_id': 55,
  462. 'label': 'woot4',
  463. 'timelineType': 'revision',
  464. 'commentList': [],
  465. 'number': 21
  466. }, {
  467. 'is_deleted': false,
  468. 'is_archived': false,
  469. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  470. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  471. 'status': 'closed-unvalidated',
  472. 'content_id': 22,
  473. 'show_in_ui': true,
  474. 'comment_ids': [],
  475. 'parent_id': null,
  476. 'created': '29/06/2018 à 16:15:53',
  477. 'slug': 'woot4',
  478. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  479. 'content_type': 'html-document',
  480. 'workspace_id': 1,
  481. 'revision_id': 56,
  482. 'label': 'woot4',
  483. 'timelineType': 'revision',
  484. 'commentList': [],
  485. 'number': 22
  486. }, {
  487. 'is_deleted': false,
  488. 'is_archived': false,
  489. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  490. 'raw_content': 'bonjour.\nmerci.\nbravo.',
  491. 'status': 'closed-deprecated',
  492. 'content_id': 22,
  493. 'show_in_ui': true,
  494. 'comment_ids': [],
  495. 'parent_id': null,
  496. 'created': '29/06/2018 à 16:15:55',
  497. 'slug': 'woot4',
  498. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  499. 'content_type': 'html-document',
  500. 'workspace_id': 1,
  501. 'revision_id': 57,
  502. 'label': 'woot4',
  503. 'timelineType': 'revision',
  504. 'commentList': [],
  505. 'number': 23
  506. }, {
  507. 'is_deleted': false,
  508. 'is_archived': false,
  509. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  510. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.</p>',
  511. 'status': 'closed-deprecated',
  512. 'content_id': 22,
  513. 'show_in_ui': true,
  514. 'comment_ids': [36, 37, 38, 39, 40, 41, 42],
  515. 'parent_id': null,
  516. 'created': '02/07/2018 à 12:46:16',
  517. 'slug': 'woot4',
  518. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  519. 'content_type': 'html-document',
  520. 'workspace_id': 1,
  521. 'revision_id': 58,
  522. 'label': 'woot4',
  523. 'timelineType': 'revision',
  524. 'commentList': [{
  525. 'timelineType': 'comment',
  526. 'raw_content': '<p>test<br />1</p>',
  527. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  528. 'parent_id': 22,
  529. 'created': '02/07/2018 à 12:47:22',
  530. 'content_id': 36
  531. }, {
  532. 'timelineType': 'comment',
  533. 'raw_content': 'test',
  534. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  535. 'parent_id': 22,
  536. 'created': '02/07/2018 à 12:50:12',
  537. 'content_id': 37
  538. }, {
  539. 'timelineType': 'comment',
  540. 'raw_content': '<p>123</p>',
  541. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  542. 'parent_id': 22,
  543. 'created': '02/07/2018 à 15:14:55',
  544. 'content_id': 38
  545. }, {
  546. 'timelineType': 'comment',
  547. 'raw_content': '123',
  548. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  549. 'parent_id': 22,
  550. 'created': '02/07/2018 à 15:19:31',
  551. 'content_id': 39
  552. }, {
  553. 'timelineType': 'comment',
  554. 'raw_content': '<p>aze</p>',
  555. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  556. 'parent_id': 22,
  557. 'created': '02/07/2018 à 15:20:54',
  558. 'content_id': 40
  559. }, {
  560. 'timelineType': 'comment',
  561. 'raw_content': 'aze',
  562. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  563. 'parent_id': 22,
  564. 'created': '02/07/2018 à 15:33:28',
  565. 'content_id': 41
  566. }, {
  567. 'timelineType': 'comment',
  568. 'raw_content': 'aze',
  569. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  570. 'parent_id': 22,
  571. 'created': '02/07/2018 à 15:47:33',
  572. 'content_id': 42
  573. }],
  574. 'number': 24
  575. }, {
  576. 'timelineType': 'comment',
  577. 'raw_content': '<p>test<br />1</p>',
  578. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  579. 'parent_id': 22,
  580. 'created': '02/07/2018 à 12:47:22',
  581. 'content_id': 36,
  582. 'customClass': ''
  583. }, {
  584. 'timelineType': 'comment',
  585. 'raw_content': 'test',
  586. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  587. 'parent_id': 22,
  588. 'created': '02/07/2018 à 12:50:12',
  589. 'content_id': 37,
  590. 'customClass': ''
  591. }, {
  592. 'timelineType': 'comment',
  593. 'raw_content': '<p>123</p>',
  594. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  595. 'parent_id': 22,
  596. 'created': '02/07/2018 à 15:14:55',
  597. 'content_id': 38,
  598. 'customClass': ''
  599. }, {
  600. 'timelineType': 'comment',
  601. 'raw_content': '123',
  602. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  603. 'parent_id': 22,
  604. 'created': '02/07/2018 à 15:19:31',
  605. 'content_id': 39,
  606. 'customClass': ''
  607. }, {
  608. 'timelineType': 'comment',
  609. 'raw_content': '<p>aze</p>',
  610. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  611. 'parent_id': 22,
  612. 'created': '02/07/2018 à 15:20:54',
  613. 'content_id': 40,
  614. 'customClass': ''
  615. }, {
  616. 'timelineType': 'comment',
  617. 'raw_content': 'aze',
  618. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  619. 'parent_id': 22,
  620. 'created': '02/07/2018 à 15:33:28',
  621. 'content_id': 41,
  622. 'customClass': ''
  623. }, {
  624. 'timelineType': 'comment',
  625. 'raw_content': 'aze',
  626. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  627. 'parent_id': 22,
  628. 'created': '02/07/2018 à 15:47:33',
  629. 'content_id': 42,
  630. 'customClass': ''
  631. }, {
  632. 'is_deleted': false,
  633. 'is_archived': false,
  634. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  635. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.1</p>',
  636. 'status': 'closed-deprecated',
  637. 'content_id': 22,
  638. 'show_in_ui': true,
  639. 'comment_ids': [],
  640. 'parent_id': null,
  641. 'created': '02/07/2018 à 15:48:04',
  642. 'slug': 'woot4',
  643. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  644. 'content_type': 'html-document',
  645. 'workspace_id': 1,
  646. 'revision_id': 66,
  647. 'label': 'woot4',
  648. 'timelineType': 'revision',
  649. 'commentList': [],
  650. 'number': 25
  651. }, {
  652. 'is_deleted': false,
  653. 'is_archived': false,
  654. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  655. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.1</p>',
  656. 'status': 'open',
  657. 'content_id': 22,
  658. 'show_in_ui': true,
  659. 'comment_ids': [],
  660. 'parent_id': null,
  661. 'created': '02/07/2018 à 15:49:32',
  662. 'slug': 'woot4',
  663. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  664. 'content_type': 'html-document',
  665. 'workspace_id': 1,
  666. 'revision_id': 67,
  667. 'label': 'woot4',
  668. 'timelineType': 'revision',
  669. 'commentList': [],
  670. 'number': 26
  671. }, {
  672. 'is_deleted': false,
  673. 'is_archived': false,
  674. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  675. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>',
  676. 'status': 'open',
  677. 'content_id': 22,
  678. 'show_in_ui': true,
  679. 'comment_ids': [],
  680. 'parent_id': null,
  681. 'created': '02/07/2018 à 15:50:36',
  682. 'slug': 'woot4',
  683. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  684. 'content_type': 'html-document',
  685. 'workspace_id': 1,
  686. 'revision_id': 68,
  687. 'label': 'woot4',
  688. 'timelineType': 'revision',
  689. 'commentList': [],
  690. 'number': 27
  691. }, {
  692. 'is_deleted': false,
  693. 'is_archived': false,
  694. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  695. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.123</p>',
  696. 'status': 'open',
  697. 'content_id': 22,
  698. 'show_in_ui': true,
  699. 'comment_ids': [],
  700. 'parent_id': null,
  701. 'created': '02/07/2018 à 15:54:17',
  702. 'slug': 'woot4',
  703. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  704. 'content_type': 'html-document',
  705. 'workspace_id': 1,
  706. 'revision_id': 69,
  707. 'label': 'woot4',
  708. 'timelineType': 'revision',
  709. 'commentList': [],
  710. 'number': 28
  711. }, {
  712. 'is_deleted': false,
  713. 'is_archived': false,
  714. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  715. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.1234</p>',
  716. 'status': 'open',
  717. 'content_id': 22,
  718. 'show_in_ui': true,
  719. 'comment_ids': [],
  720. 'parent_id': null,
  721. 'created': '02/07/2018 à 15:54:22',
  722. 'slug': 'woot4',
  723. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  724. 'content_type': 'html-document',
  725. 'workspace_id': 1,
  726. 'revision_id': 70,
  727. 'label': 'woot4',
  728. 'timelineType': 'revision',
  729. 'commentList': [],
  730. 'number': 29
  731. }, {
  732. 'is_deleted': false,
  733. 'is_archived': false,
  734. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  735. 'raw_content': '<p>end</p>',
  736. 'status': 'open',
  737. 'content_id': 22,
  738. 'show_in_ui': true,
  739. 'comment_ids': [],
  740. 'parent_id': null,
  741. 'created': '02/07/2018 à 17:24:41',
  742. 'slug': 'woot4',
  743. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  744. 'content_type': 'html-document',
  745. 'workspace_id': 1,
  746. 'revision_id': 71,
  747. 'label': 'woot4',
  748. 'timelineType': 'revision',
  749. 'commentList': [],
  750. 'number': 30
  751. }, {
  752. 'is_deleted': false,
  753. 'is_archived': false,
  754. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  755. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>',
  756. 'status': 'open',
  757. 'content_id': 22,
  758. 'show_in_ui': true,
  759. 'comment_ids': [43],
  760. 'parent_id': null,
  761. 'created': '02/07/2018 à 17:43:28',
  762. 'slug': 'woot5',
  763. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  764. 'content_type': 'html-document',
  765. 'workspace_id': 1,
  766. 'revision_id': 72,
  767. 'label': 'woot5',
  768. 'timelineType': 'revision',
  769. 'commentList': [{
  770. 'timelineType': 'comment',
  771. 'raw_content': 'ceci est un commentaire',
  772. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  773. 'parent_id': 22,
  774. 'created': '04/07/2018 à 11:02:14',
  775. 'content_id': 43
  776. }],
  777. 'number': 31
  778. }, {
  779. 'timelineType': 'comment',
  780. 'raw_content': 'ceci est un commentaire',
  781. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  782. 'parent_id': 22,
  783. 'created': '04/07/2018 à 11:02:14',
  784. 'content_id': 43,
  785. 'customClass': ''
  786. }, {
  787. 'is_deleted': false,
  788. 'is_archived': false,
  789. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  790. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>&nbsp;</p>',
  791. 'status': 'open',
  792. 'content_id': 22,
  793. 'show_in_ui': true,
  794. 'comment_ids': [],
  795. 'parent_id': null,
  796. 'created': '04/07/2018 à 11:02:27',
  797. 'slug': 'woot5',
  798. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  799. 'content_type': 'html-document',
  800. 'workspace_id': 1,
  801. 'revision_id': 76,
  802. 'label': 'woot5',
  803. 'timelineType': 'revision',
  804. 'commentList': [],
  805. 'number': 32
  806. }, {
  807. 'is_deleted': false,
  808. 'is_archived': false,
  809. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  810. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>',
  811. 'status': 'open',
  812. 'content_id': 22,
  813. 'show_in_ui': true,
  814. 'comment_ids': [],
  815. 'parent_id': null,
  816. 'created': '04/07/2018 à 11:03:53',
  817. 'slug': 'woot5',
  818. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  819. 'content_type': 'html-document',
  820. 'workspace_id': 1,
  821. 'revision_id': 77,
  822. 'label': 'woot5',
  823. 'timelineType': 'revision',
  824. 'commentList': [],
  825. 'number': 33
  826. }, {
  827. 'is_deleted': false,
  828. 'is_archived': false,
  829. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  830. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>',
  831. 'status': 'open',
  832. 'content_id': 22,
  833. 'show_in_ui': true,
  834. 'comment_ids': [44],
  835. 'parent_id': null,
  836. 'created': '04/07/2018 à 11:04:19',
  837. 'slug': 'woot5',
  838. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  839. 'content_type': 'html-document',
  840. 'workspace_id': 1,
  841. 'revision_id': 78,
  842. 'label': 'woot5',
  843. 'timelineType': 'revision',
  844. 'commentList': [{
  845. 'timelineType': 'comment',
  846. 'raw_content': 'lach ton com',
  847. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  848. 'parent_id': 22,
  849. 'created': '04/07/2018 à 11:04:33',
  850. 'content_id': 44
  851. }],
  852. 'number': 34
  853. }, {
  854. 'timelineType': 'comment',
  855. 'raw_content': 'lach ton com',
  856. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  857. 'parent_id': 22,
  858. 'created': '04/07/2018 à 11:04:33',
  859. 'content_id': 44,
  860. 'customClass': ''
  861. }, {
  862. 'is_deleted': false,
  863. 'is_archived': false,
  864. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  865. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  866. 'status': 'open',
  867. 'content_id': 22,
  868. 'show_in_ui': true,
  869. 'comment_ids': [],
  870. 'parent_id': null,
  871. 'created': '04/07/2018 à 11:04:39',
  872. 'slug': 'woot5',
  873. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  874. 'content_type': 'html-document',
  875. 'workspace_id': 1,
  876. 'revision_id': 80,
  877. 'label': 'woot5',
  878. 'timelineType': 'revision',
  879. 'commentList': [],
  880. 'number': 35
  881. }, {
  882. 'is_deleted': false,
  883. 'is_archived': false,
  884. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  885. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  886. 'status': 'closed-validated',
  887. 'content_id': 22,
  888. 'show_in_ui': true,
  889. 'comment_ids': [],
  890. 'parent_id': null,
  891. 'created': '04/07/2018 à 11:05:13',
  892. 'slug': 'woot5',
  893. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  894. 'content_type': 'html-document',
  895. 'workspace_id': 1,
  896. 'revision_id': 81,
  897. 'label': 'woot5',
  898. 'timelineType': 'revision',
  899. 'commentList': [],
  900. 'number': 36
  901. }, {
  902. 'is_deleted': false,
  903. 'is_archived': false,
  904. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  905. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  906. 'status': 'open',
  907. 'content_id': 22,
  908. 'show_in_ui': true,
  909. 'comment_ids': [],
  910. 'parent_id': null,
  911. 'created': '04/07/2018 à 11:05:19',
  912. 'slug': 'woot5',
  913. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  914. 'content_type': 'html-document',
  915. 'workspace_id': 1,
  916. 'revision_id': 82,
  917. 'label': 'woot5',
  918. 'timelineType': 'revision',
  919. 'commentList': [],
  920. 'number': 37
  921. }, {
  922. 'is_deleted': false,
  923. 'is_archived': false,
  924. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  925. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  926. 'status': 'closed-validated',
  927. 'content_id': 22,
  928. 'show_in_ui': true,
  929. 'comment_ids': [],
  930. 'parent_id': null,
  931. 'created': '04/07/2018 à 13:11:50',
  932. 'slug': 'woot5',
  933. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  934. 'content_type': 'html-document',
  935. 'workspace_id': 1,
  936. 'revision_id': 83,
  937. 'label': 'woot5',
  938. 'timelineType': 'revision',
  939. 'commentList': [],
  940. 'number': 38
  941. }, {
  942. 'is_deleted': false,
  943. 'is_archived': false,
  944. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  945. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  946. 'status': 'open',
  947. 'content_id': 22,
  948. 'show_in_ui': true,
  949. 'comment_ids': [45, 59, 60, 61],
  950. 'parent_id': null,
  951. 'created': '04/07/2018 à 14:26:43',
  952. 'slug': 'woot5',
  953. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  954. 'content_type': 'html-document',
  955. 'workspace_id': 1,
  956. 'revision_id': 84,
  957. 'label': 'woot5',
  958. 'timelineType': 'revision',
  959. 'commentList': [{
  960. 'timelineType': 'comment',
  961. 'raw_content': 'test',
  962. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  963. 'parent_id': 22,
  964. 'created': '04/07/2018 à 16:26:20',
  965. 'content_id': 45
  966. }, {
  967. 'timelineType': 'comment',
  968. 'raw_content': 'bonjour',
  969. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  970. 'parent_id': 22,
  971. 'created': '06/07/2018 à 16:12:08',
  972. 'content_id': 59
  973. }, {
  974. 'timelineType': 'comment',
  975. 'raw_content': 'test',
  976. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  977. 'parent_id': 22,
  978. 'created': '06/07/2018 à 16:14:37',
  979. 'content_id': 60
  980. }, {
  981. 'timelineType': 'comment',
  982. 'raw_content': 'gni',
  983. 'author': {'user_id': 4, 'avatar_url': null, 'public_name': 'john'},
  984. 'parent_id': 22,
  985. 'created': '06/07/2018 à 16:21:43',
  986. 'content_id': 61
  987. }],
  988. 'number': 39
  989. }, {
  990. 'timelineType': 'comment',
  991. 'raw_content': 'test',
  992. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  993. 'parent_id': 22,
  994. 'created': '04/07/2018 à 16:26:20',
  995. 'content_id': 45,
  996. 'customClass': ''
  997. }, {
  998. 'timelineType': 'comment',
  999. 'raw_content': 'bonjour',
  1000. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1001. 'parent_id': 22,
  1002. 'created': '06/07/2018 à 16:12:08',
  1003. 'content_id': 59,
  1004. 'customClass': ''
  1005. }, {
  1006. 'timelineType': 'comment',
  1007. 'raw_content': 'test',
  1008. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1009. 'parent_id': 22,
  1010. 'created': '06/07/2018 à 16:14:37',
  1011. 'content_id': 60,
  1012. 'customClass': ''
  1013. }, {
  1014. 'timelineType': 'comment',
  1015. 'raw_content': 'gni',
  1016. 'author': {'user_id': 4, 'avatar_url': null, 'public_name': 'john'},
  1017. 'parent_id': 22,
  1018. 'created': '06/07/2018 à 16:21:43',
  1019. 'content_id': 61,
  1020. 'customClass': ''
  1021. }, {
  1022. 'is_deleted': false,
  1023. 'is_archived': false,
  1024. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  1025. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  1026. 'status': 'closed-validated',
  1027. 'content_id': 22,
  1028. 'show_in_ui': true,
  1029. 'comment_ids': [64, 65],
  1030. 'parent_id': null,
  1031. 'created': '06/07/2018 à 16:21:52',
  1032. 'slug': 'woot5',
  1033. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1034. 'content_type': 'html-document',
  1035. 'workspace_id': 1,
  1036. 'revision_id': 109,
  1037. 'label': 'woot5',
  1038. 'timelineType': 'revision',
  1039. 'commentList': [{
  1040. 'timelineType': 'comment',
  1041. 'raw_content': 'je suis john',
  1042. 'author': {'user_id': 4, 'avatar_url': null, 'public_name': 'john'},
  1043. 'parent_id': 22,
  1044. 'created': '06/07/2018 à 16:40:22',
  1045. 'content_id': 64
  1046. }, {
  1047. 'timelineType': 'comment',
  1048. 'raw_content': 'je suis admin',
  1049. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1050. 'parent_id': 22,
  1051. 'created': '06/07/2018 à 16:57:00',
  1052. 'content_id': 65
  1053. }],
  1054. 'number': 40
  1055. }, {
  1056. 'timelineType': 'comment',
  1057. 'raw_content': 'je suis john',
  1058. 'author': {'user_id': 4, 'avatar_url': null, 'public_name': 'john'},
  1059. 'parent_id': 22,
  1060. 'created': '06/07/2018 à 16:40:22',
  1061. 'content_id': 64,
  1062. 'customClass': ''
  1063. }, {
  1064. 'timelineType': 'comment',
  1065. 'raw_content': 'je suis admin',
  1066. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1067. 'parent_id': 22,
  1068. 'created': '06/07/2018 à 16:57:00',
  1069. 'content_id': 65,
  1070. 'customClass': ''
  1071. }, {
  1072. 'is_deleted': false,
  1073. 'is_archived': false,
  1074. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  1075. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  1076. 'status': 'closed-validated',
  1077. 'content_id': 22,
  1078. 'show_in_ui': true,
  1079. 'comment_ids': [],
  1080. 'parent_id': null,
  1081. 'created': '06/07/2018 à 18:15:04',
  1082. 'slug': 'woot55',
  1083. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1084. 'content_type': 'html-document',
  1085. 'workspace_id': 1,
  1086. 'revision_id': 115,
  1087. 'label': 'woot55',
  1088. 'timelineType': 'revision',
  1089. 'commentList': [],
  1090. 'number': 41
  1091. }, {
  1092. 'is_deleted': false,
  1093. 'is_archived': false,
  1094. 'sub_content_types': ['thread', 'file', 'folder', 'html-document'],
  1095. 'raw_content': '<p>bonjour.</p>\n<p>merci.</p>\n<p>bravo.12</p>\n<p>gni</p>\n<p>avec un commentaire ?</p>\n<p>fail.</p>',
  1096. 'status': 'open',
  1097. 'content_id': 22,
  1098. 'show_in_ui': true,
  1099. 'comment_ids': [],
  1100. 'parent_id': null,
  1101. 'created': '06/07/2018 à 18:15:20',
  1102. 'slug': 'woot55',
  1103. 'author': {'user_id': 1, 'avatar_url': null, 'public_name': 'Global manager'},
  1104. 'content_type': 'html-document',
  1105. 'workspace_id': 1,
  1106. 'revision_id': 116,
  1107. 'label': 'woot55',
  1108. 'timelineType': 'revision',
  1109. 'commentList': [],
  1110. 'number': 42
  1111. }]
  1112. export default TimelineDebugData