curl --request GET \
--url https://api.hubapi.com/crm/v3/imports/{importId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"mappedObjectTypeIds": [
"<string>"
],
"metadata": {
"counters": {},
"fileIds": [
"<string>"
],
"objectLists": [
{
"listId": "<string>",
"objectType": "<string>"
}
]
},
"optOutImport": true,
"state": "CANCELED",
"updatedAt": "2023-11-07T05:31:56Z",
"importName": "<string>",
"importRequestJson": {},
"importSource": "API",
"importTemplate": {
"templateId": 123,
"templateType": "admin_defined"
}
}curl --request GET \
--url https://api.hubapi.com/crm/v3/imports/{importId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"mappedObjectTypeIds": [
"<string>"
],
"metadata": {
"counters": {},
"fileIds": [
"<string>"
],
"objectLists": [
{
"listId": "<string>",
"objectType": "<string>"
}
]
},
"optOutImport": true,
"state": "CANCELED",
"updatedAt": "2023-11-07T05:31:56Z",
"importName": "<string>",
"importRequestJson": {},
"importSource": "API",
"importTemplate": {
"templateId": 123,
"templateType": "admin_defined"
}
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
インポートの固有ID。
successful operation
オブジェクトが作成された時点のタイムスタンプ(ISO 8601形式)。
このインポートの固有ID。
Show child attributes
Eメールを受信しない人のリストのインポートかどうか。
インポートのステータス。
CANCELED, DEFERRED, DONE, FAILED, PROCESSING, REVERTED, STARTED インポートレコードが最後に更新された時点のタイムスタンプ(ISO 8601インスタント形式)。
このインポートのユーザーが指定した名前。
JSONオブジェクトとしての完全なインポートリクエスト設定。
インポートが開始された場所/方法を示します。
API, CRM_UI, IMPORT, MOBILE_ANDROID, MOBILE_IOS, SALESFORCE Show child attributes