Pular para o conteúdo principal
GET
/
cms
/
hubdb
/
2026-03
/
tables
/
{tableIdOrName}
/
export
Exportar uma versão publicada de uma tabela
curl --request GET \
  --url https://api.hubapi.com/cms/hubdb/2026-03/tables/{tableIdOrName}/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

O ID ou nome da tabela a ser exportada.

Parâmetros de consulta

format
string

O formato do arquivo no qual exportar. Os valores possíveis incluem "CSV", "XLSX" e "XLS".

Resposta

successful operation

The response is of type file.

Última modificação em 13 de abril de 2026