legacy-knowledge-base
公開されました Sep. 10, 2025

'flatten' パラメーターは、ナレッジ ベース記事のヘッドレス配信 API では機能しません

written-by

Katlyn Lee

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • flatten パラメーターを使用して KB Article headless-delivery API を呼び出すと、結果が期待どおりにフラット化されません。
    • たとえば、次の構造に KB 記事とフォルダーがある場合:
      root
        │
        └─►Folder A
              │
              ├───►articleA
              │
              └───►Folder B
                    │
                    └──►articleB
      ターミナル内で次のコマンドを実行し、フォルダー A の ID を {folderId} に置き換えます。
      curl -u 'test@liferay.com:test'
      http://localhost:8080/o/headless-delivery/v1.0/
      knowledge-base-folders/{folderId}/knowledge-base-articles?flatten=true
      flatten パラメーターにより、2 つの KB 記事 (フォルダー A から 1 つとフォルダー B から 1 つ) を返す代わりに、API 呼び出しはフォルダー A から 1 つの KB 記事のみを返します。

Environment

  • DXP 7.2+

解決策

  • この動作は LPS-129055で報告され、修正されています。 この修正を受け取るには、LPS-129055 のホットフィックスを要求するヘルプ センター チケットを開いてください。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base