# 製品の取得 すべてのサブスクリプション型の製品を一覧表示します。 Endpoint: GET /projects/{project_id}/subscriptions/products Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。 ## Query parameters: - `offset` (integer) リスト生成元のエレメントの番号です(カウントは0から始まります)。 - `limit` (integer, required) ページにあるエレメント数の制限。 - `group_id` (string) プランがリンクされているグループのID。 - `product_id` (integer) プランがリンクされている製品のID。 ## Response 200 fields (application/json): - `id` (integer,null) プランがリンクされている製品のID。 - `description` (object) ローカライズされたアイテムの説明。 - `description.ar` (string) アラビア語。 - `description.bg` (string) ブルガリア語。 - `description.cn` (string) 中国語(簡体字)。 - `description.cs` (string) チェコ語。 - `description.de` (string) ドイツ語。 - `description.en` (string) 英語。 - `description.es` (string) スペイン語。 - `description.fr` (string) フランス語。 - `description.he` (string) ヘブライ語。 - `description.it` (string) イタリア語。 - `description.ja` (string) 日本語。 - `description.ko` (string) 韓国語。 - `description.pl` (string) ポーランド語。 - `description.pt` (string) ポルトガル語。 - `description.ro` (string) ルーマニア語。 - `description.ru` (string) ロシア語。 - `description.th` (string) タイ語。 - `description.tr` (string) トルコ語。 - `description.tw` (string) 中国語(繁体字)。 - `description.vi` (string) ベトナム語。 - `group_id` (string) 製品がリンクされているグループID。 - `name` (string) 製品名。