メインコンテンツまでスキップ

「Content API」タグのついた33記事

全てのタグを見る

Document Service API

Document Service API は、バックエンドサーバーやプラグインからコンテンツを操作する際の推奨手段です。

Documents

Strapi v5 における Document 概念を説明します

Filters

Strapi の REST API でリクエスト結果をフィルターします。

GraphQL API

GraphQL プラグインによるクエリ・ミューテーション、フィルター、ソート、ページネーションのリファレンスです。

Interactive Query Builder

querystring ライブラリを使ったインタラクティブツールでクエリ URL を組み立てます。

Locale

Internationalization を REST で使うための `locale` パラメータのリファレンスです。

No findPage() in Document Service API

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.

Parameters

Strapi の REST API クエリを API パラメータで絞り込みます。

Populate and Select

Strapi の REST API でフィールドをポピュレートしたり、表示フィールドを絞り込んだりします。

Relations

REST API でリレーションの順序を管理します。

Reserved attributes and content-types names

In Strapi 5, some attributes and content types names are reserved, and all fields or content types using the reserved names should be renamed before migrating to prevent data loss.

REST API Guides

REST API の特定トピックを、ユースケースの詳細説明や手順付きガイドで掘り下げます。

REST API reference

Strapi がコンテンツタイプ用に生成する REST API エンドポイントでコンテンツにアクセスします。

Sort and Pagination

Strapi の REST API でデータをソートまたはページネーションします。

Status

Strapi の REST API でドキュメントの下書き版または公開版を扱います。

Strapi Client

Strapi Client ライブラリはバックエンドとのやり取りを簡素化し、コンテンツの取得・作成・更新・削除が行えます。

The GraphQL API has been updated

In Strapi 5, the GraphQL API has been updated. It handles the new, flattened response format, and can also now accept Relay-style queries.

Understanding populate

ポピュレートの意味と、REST API クエリで populate パラメータを使ってレスポンスにフィールドを追加する方法です。

Upload files

REST API の `/api/upload` エンドポイントで Strapi にファイルをアップロードする方法です。