0
リンクは次のとおりです。 http://localhost:8080/api/jsonws?signature=/journalarticle/get-article-content-4-groupId-articleId-languageId-themeDisplayLiferayからAPIを使用してコンテンツを取得するにはどうすればよいですか?
私はJournalArticleサービスとメソッド取得-記事・コンテンツされているいくつかのパラメータを使用しようとしている:
- のgroupId(ロング)
- 情報でarticleID(javaの.lang.String)
- languageId(java.lang.String)
- themeDisplay(com.liferay.port のgroupId、情報でarticleIDでal.theme.ThemeDisplay)
は、言語IDは明らかです。しかし、私はthemeDisplayとして渡すかを理解していない...
私は[ドキュメント](http://www.liferay.com/documentation/liferay-portalのように試してみました/6.1/development/-ai/json-web-services)nullを送信するためには、-themeDisplayを使用してください。それは動作します:) –