curl --request GET \
--url https://api.hubapi.com/crm/v3/lists/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>'{
"listId": "<string>",
"convertedAt": "2023-11-07T05:31:56Z",
"requestedConversionTime": {
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
}リストの変換の詳細を取得します。これは、今後の変換の有無や、リストがすでに変換された時期の詳細の取得に使用できます。
curl --request GET \
--url https://api.hubapi.com/crm/v3/lists/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>'{
"listId": "<string>",
"convertedAt": "2023-11-07T05:31:56Z",
"requestedConversionTime": {
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
変換のスケジュールを設定するリストのID。