留言板

get all Articles in JSON format

thumbnail
Arno Broekhof,修改在12 年前。

get all Articles in JSON format

Junior Member 帖子: 42 加入日期: 11-10-18 最近的帖子
Is there a method that i can list all articles in json format ( tunnel-web/secure/json )?

i have looked into the JournalArticleServiceUtil but the only method i can find to get all articles is through JournalArticleLocalServiceUtil.getArticles but this one is not accesable with tunnel-web
thumbnail
Muniraj saravanan,修改在12 年前。

RE: get all Articles in JSON format

Junior Member 帖子: 95 加入日期: 11-6-1 最近的帖子
try tunnel-web/secure/axis or tunnel-web/axis , but you have to convert into JSON format
thumbnail
Muniraj saravanan,修改在12 年前。

RE: get all Articles in JSON format

Junior Member 帖子: 95 加入日期: 11-6-1 最近的帖子
Sorry, Pl check tunnel-web/secure/jsonws

Muniraj saravanan:
try tunnel-web/secure/axis or tunnel-web/axis , but you have to convert into JSON format
thumbnail
Arno Broekhof,修改在12 年前。

RE: get all Articles in JSON format

Junior Member 帖子: 42 加入日期: 11-10-18 最近的帖子
I have already looked into it but i can't find the method that return all articles with a given groupid only the method that return 1 article ( getArticle)