Saltar al contenido principal
GET
/
cms
/
v3
/
hubdb
/
tables
/
{tableIdOrName}
/
draft
/
export
Exportar una tabla de borrador
curl --request GET \
  --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/draft/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Pro
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Pro

Authorizations

Authorization
string
header
required

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

Path Parameters

tableIdOrName
string
required

El ID o nombre de la tabla que se exportará.

Query Parameters

format
string

El formato de archivo que se exportará. Los valores posibles incluyen CSV, XLSX y XLS.

Response

successful operation

The response is of type file.