# 現在のユーザーのオファーチェーンを取得する 現在のユーザーのオファーチェーンを取得します。 注意すべてのプロジェクトには、1つの応答で返されるアイテム数に制限があります。デフォルトおよび最大値は1応答50アイテムです。より多くのデータを取得するには、ページネーションのためにlimitとoffsetクエリパラメータを使用してください。 Endpoint: GET /v2/project/{project_id}/user/offer_chain Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 ## Query parameters: - `limit` (integer) ページでの要素数の制限。 Example: 50 - `offset` (integer) リストが生成される要素番号(カウントは0から始まります)。 ## Response 200 fields (application/json): - `has_more` (boolean) これ以上ページがあるかどうかを示します。 Example: true - `items` (array) - `items.date_end` (string,null) オファーチェーンの終了日です。nullも可能です。もしdate_endがnullの場合、オファーチェーンには期限が設定されません。 Example: "2020-04-15T18:16:00+05:00" - `items.date_start` (string) オファーチェーンの開始日。 Example: "2020-04-15T18:16:00+05:00" - `items.description` (string,null) オファーチェーンの説明。 Example: "Major weekly quest" - `items.id` (integer) オファーチェーンID。 Example: 9 - `items.name` (string) オファーチェーン名。 Example: "Weekly quest" - `items.next_step_number` (integer,null) 次回のオファーチェーンステップ番号。オファーチェーンが完了した場合はnull。 Example: 1 - `items.order` (integer) 配列順序を定義します。 Example: 1 - `items.recurrent_schedule` (object,null) オファーチェーンのリセット期間。 - `items.recurrent_schedule.interval_type` (string) オファーチェーンのリセット頻度。 Enum: "weekly", "monthly", "hourly" - `items.recurrent_schedule.reset_next_date` (integer) 計算されたオファーチェーンが次回にリセットされる日時Unixタイムスタンプ形式。例えば、毎月のオファーチェーンのリセットがクアラルンプール時間(GMT+8)の2024年3月1日午前1時に開始される場合、次のリセットはクアラルンプール時間(GMT+8)の2024年4月1日午前1時に行われます。これは、GMT+0の2024年3月31日17時に相当し、Unixタイムスタンプ形式では1711904400000となります。例:1711904400000 - `items.steps` (array) - `items.steps.is_claimed` (boolean) ステップ報酬が請求されたか、購入されたかを示します。 - `items.steps.is_free` (boolean) オファーチェーンのステップが無料であるかどうかを示します:trueの場合、ステップは無料オファーチェーンステップを請求するコールを使用して請求する必要があります。falseの場合、有料オファーチェーンステップの注文を作成するコールを使用して購入する必要があります。 - `items.steps.step_loyalty_rewards` (array,null) - `items.steps.step_loyalty_rewards.amount` (integer) ロイヤルティポイント数。 Example: 1 - `items.steps.step_loyalty_rewards.description` (string) ロイヤリティポイントの説明。 Example: "First Loyalty Point Desc" - `items.steps.step_loyalty_rewards.image_url` (string,null) 画像URL。 Example: "https://image.example.com" - `items.steps.step_loyalty_rewards.name` (string) ロイヤリティポイント名。 Example: "First Loyalty Point" - `items.steps.step_loyalty_rewards.sku` (string) ロイヤリティポイントsku。 Example: "0c745ef0-4243-46e1-aa90-54dee07da622" - `items.steps.step_number` (integer) ステップ番号。 Example: 2 - `items.steps.step_price` (object,null) - `items.steps.step_price.amount` (number, required) 実際通貨でのステップ価格。 Example: 99.99 - `items.steps.step_price.currency` (string, required) 商品価格通貨。[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) による3文字コード。 Example: "USD" - `items.steps.step_vp_rewards` (array,null) 報酬として付与される、報酬システムからのバリューポイントの配列。 - `items.steps.step_vp_rewards.amount` (integer) バリューポイントの量。 - `items.steps.step_vp_rewards.is_clan` (boolean) バリューポイントがクランリワードチェーンで使用されるかどうか。 Example: true - `items.steps.step_vp_rewards.item_id` (integer) 内部の一意のアイテムID。 Example: 1 - `items.steps.step_vp_rewards.name` (string) バリューポイント名。 - `items.steps.step_vp_rewards.sku` (string) 一意のバリューポイントID。 - `total_items_count` (integer) 利用可能なオファーチェーンの総数。 Example: 10