Zum Hauptinhalt springen
POST
/
crm
/
v3
/
exports
/
export
/
async
Export starten
curl --request POST \
  --url https://api.hubapi.com/crm/v3/exports/export/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "exportType": "VIEW",
  "format": "XLS",
  "exportName": "<string>",
  "objectProperties": [
    "<string>"
  ],
  "associatedObjectType": [
    "<string>"
  ],
  "includeLabeledAssociations": true,
  "includePrimaryDisplayPropertyForAssociatedObjects": true,
  "objectType": "<string>",
  "language": "EN",
  "exportInternalValuesOptions": [
    "NAMES"
  ],
  "overrideAssociatedObjectsPerDefinitionPerRowLimit": true,
  "publicCrmSearchRequest": {
    "filterGroups": [
      {
        "filters": [
          {
            "operator": "BETWEEN",
            "propertyName": "<string>",
            "highValue": "<string>",
            "value": "<string>",
            "values": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "filters": [
      {
        "operator": "BETWEEN",
        "propertyName": "<string>",
        "highValue": "<string>",
        "value": "<string>",
        "values": [
          "<string>"
        ]
      }
    ],
    "sorts": [
      "<string>"
    ],
    "query": "<string>"
  }
}
'
{
  "id": "<string>",
  "links": {}
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

Authorization
string
header
erforderlich

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

Body

application/json
exportType
enum<string>
Standard:VIEW
erforderlich
Verfügbare Optionen:
VIEW
format
enum<string>
erforderlich
Verfügbare Optionen:
XLS,
XLSX,
CSV
exportName
string
erforderlich
objectProperties
string[]
erforderlich
associatedObjectType
string[]
erforderlich
includeLabeledAssociations
boolean
erforderlich
includePrimaryDisplayPropertyForAssociatedObjects
boolean
erforderlich
objectType
string
erforderlich
language
enum<string>
erforderlich
Verfügbare Optionen:
EN,
DE,
ES,
FR,
JA,
NL,
PT_BR,
IT,
PL,
SV,
FI,
ZH_TW,
DA_DK,
NO
exportInternalValuesOptions
enum<string>[]
erforderlich
Verfügbare Optionen:
NAMES,
VALUES
overrideAssociatedObjectsPerDefinitionPerRowLimit
boolean
erforderlich
publicCrmSearchRequest
object

Antwort

accepted

id
string
erforderlich

Die eindeutige ID des Exports.

Ein Objekt mit relevanten Links im Zusammenhang mit dem Exportprozess.

Last modified on December 8, 2025