メインコンテンツへスキップ
GET
/
cms
/
hubdb
/
2026-03
/
tables
/
{tableIdOrName}
/
draft
/
export
下書きテーブルをエクスポート
curl --request GET \
  --url https://api.hubapi.com/cms/hubdb/2026-03/tables/{tableIdOrName}/draft/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

tableIdOrName
string
必須

エクスポートするテーブルのIDまたは名前。

クエリパラメータ

format
string

エクスポートするファイル形式。使用可能な値には「CSV」、「XLSX」、「XLS」などが含まれます。

レスポンス

successful operation

The response is of type file.

最終更新日 2026年4月13日