Pular para o conteúdo principal
GET
/
cms
/
hubdb
/
2026-03
/
tables
/
{tableIdOrName}
/
draft
/
export
Exportar uma tabela de rascunho
curl --request GET \
  --url https://api.hubapi.com/cms/hubdb/2026-03/tables/{tableIdOrName}/draft/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Supported products

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

tableIdOrName
string
obrigatório

Parâmetros de consulta

format
string

Resposta

successful operation

The response is of type file.

Last modified on April 13, 2026