List assetsCopy Pagepost https://api.karte.io/v2beta/cms/asset/listCraft Cross CMSのアセット一覧を取得します。 ページング 初回取得: skip: 0, limit: 100 で最初の100件を取得 次のページ: skip: 100, limit: 100 で次の100件を取得 レスポンスの total でアセット総数を確認可能 Required Scope APIの実行に必要なScopeです。 beta.cms.asset.list Required Role 管理画面でScopeを追加する際に必要な権限です。 Craft Cross CMS > CMSの閲覧Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramsskipinteger≥ 0Defaults to 0スキップする件数limitinteger1 to 1000Defaults to 100取得する最大件数Headersx-karte-apistring今後利用する可能性のある予約語です。現在は設定不要です。authorizationstring認証情報を含むトークンです。"Authorization" ヘッダーに Bearer <token> の形式で設定してください。content-typestringリクエストのコンテンツタイプを指定します。通常は application/json を使用してください。Response 200成功レスポンスUpdated 5 months ago