[062892]: / Allura / docs / api-rest / examples / blog.json  Maximize  Restore  History

Download this file

19 lines (19 with data), 486 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{
"count": 3,
"limit": 10,
"page": 0,
"posts": [
{
"title": "Project Insights",
"url": "http://localhost:8080/rest/p/finna/blog/2015/07/project-insights/"
},
{
"title": "New blog",
"url": "http://localhost:8080/rest/p/finna/blog/2015/07/new-blog/"
},
{
"title": "Old News",
"url": "http://localhost:8080/rest/p/finna/blog/2015/07/old-news/"
}
]
}