[60ada4]: / Allura / docs / api-rest / examples / discussion.json  Maximize  Restore  History

Download this file

56 lines (56 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"count": 3,
"forums": [
{
"num_topics": 1,
"name": "Dev Only",
"url": "http://localhost:8080/rest/p/finna/discussion/devs/",
"shortname": "devs",
"_id": "55ad23c34d21224d82656add",
"last_post": {
"status": "ok",
"last_edited": "2015-07-20 16:39:53.290000",
"author": "root",
"timestamp": "2015-07-20 16:39:46.083000",
"thread_id": "2adb0c35",
"text": "checking into it.",
"author_id": "55687b5f4d2122410c76eb92",
"_id": "83aa16ca9db9f811d68ba47285c3d4c65b4f60d7.discussion@finna.p.localhost",
"slug": "c5af",
"subject": "Potential issue"
},
"description": "not open to public!"
},
{
"num_topics": 2,
"name": "General Discussion",
"url": "http://localhost:8080/rest/p/finna/discussion/general/",
"shortname": "general",
"_id": "5568f6684d212236d1eaed07",
"last_post": {
"status": "ok",
"last_edited": null,
"author": "root",
"timestamp": "2015-07-20 16:36:18.019000",
"thread_id": "a7528751",
"text": "How to fix anything!",
"author_id": "55687b5f4d2122410c76eb92",
"_id": "b248780c7fa265106dc91e6004107dd4a601afe8.discussion@finna.p.localhost",
"slug": "c920",
"subject": "Tech Support"
},
"description": "Forum about anything you want to talk about."
},
{
"num_topics": 0,
"name": "Off Topic",
"url": "http://localhost:8080/rest/p/finna/discussion/off-topic/",
"shortname": "off-topic",
"_id": "55ad23a44d21224d82656ada",
"last_post": null,
"description": "anything else...."
}
],
"limit": 25,
"page": 0
}