# デイリー報酬のリストを取得する 管理用にデイリー報酬のリストを取得します。 注意このメソッドはページ分割されたアイテムリストを返します。1 回のレスポンスで返されるアイテム数の上限とデフォルト値は50件です。それ以上のアイテムを取得する場合は、limitおよび offset パラメータを使用して追加のページを取得してください。例:limit = 25、offset = 100を指定した場合、全体リストの 101 件目から始まる 25 件が返されます。 Endpoint: GET /v2/project/{project_id}/admin/daily_chain Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 ## Query parameters: - `limit` (integer) ページでの要素数の制限。 Example: 50 - `offset` (integer) リストが生成される要素番号(カウントは0から始まります)。 - `enabled` (integer) is_enabledフラグで要素を絞り込みます。 - `is_expired` (integer) 期限切れのデイリー報酬のみを表示するように絞り込みます。 - `type` (string) デイリー報酬を、指定された種類のみに絞り込んで表示します。 Enum: "calendar_hard", "rolling_skippable", "rolling_unskippable" ## Response 200 fields (application/json): - `has_more` (boolean) ページ数がもっとあることを示す指標として使用されます。 Example: true - `items` (array) - `total_items_count` (integer) デイリー報酬の総数。 Example: 3 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401