Zum Hauptinhalt springen
GET
/
crm
/
v3
/
lists
/
{listId}
/
schedule-conversion
Die Umwandlungsdetails für eine Liste abrufen
curl --request GET \
  --url https://api.hubapi.com/crm/v3/lists/{listId}/schedule-conversion \
  --header 'private-app: <api-key>'
{
  "listId": "<string>",
  "requestedConversionTime": {
    "month": 123,
    "year": 123,
    "conversionType": "CONVERSION_DATE",
    "day": 123
  },
  "convertedAt": "2023-11-07T05:31:56Z"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Starter
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Starter
Diese API erfordert einen der folgenden Bereiche:
crm.lists.read

Authorizations

private-app
string
header
required

Path Parameters

listId
string
required

Die ID der Liste, deren Konversion Sie planen möchten.

Response

successful operation

listId
string
required
requestedConversionTime
object
  • CONVERSION_DATE
  • INACTIVITY
convertedAt
string<date-time>