Back-end customization
All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.
All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.
Strapi 5 の Content API について説明します
In Strapi 5, core service methods use the Document Service API instead of the Entity Service API.
In Strapi 5, database lifecycle hooks are triggered differently with the various Document Service API methods.
Document Service API は、バックエンドサーバーやプラグインからコンテンツを操作する際の推奨手段です。
Strapi の Document Service API でクエリ結果に含めるフィールドを選ぶ
Strapi の Document Service API でクエリ結果をソート・ページネーションする
Strapi の Document Service API でドキュメントの下書き版または公開版を返す
Strapi の Document Service API でクエリごとにロケール版を扱う
Strapi の Document Service API でリレーションなどをポピュレートする
Document Service API で使えるフィルター演算子のリファレンスです。
Documents should be called by their documentId in Content API calls (REST API & GraphQL).
Strapi v5 における Document 概念を説明します
In Strapi 5, the Entity Service API is deprecated in favor of the new Document Service API.
Learn how to transition from the Entity Service API of Strapi v4 to the Document Service API in Strapi 5
In Strapi 5, the Entity Service API is deprecated, and for the findPage() method you should use the Document Service API's findMany() method instead.
In Strapi 5, 'publicationState' can no longer be used in Content API calls. The new status parameter can be used and accepts 2 different values, draft and published.