curl --request GET \
--url https://api.hubapi.com/automation/v4/flows \
--header 'Authorization: Bearer <token>'{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"flowType": "ACTION_SET",
"id": "<string>",
"isEnabled": true,
"objectTypeId": "<string>",
"revisionId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>"
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Rufen Sie eine Liste der Automatisierungsflows mit optionaler Seitennummerierung unter Verwendung der Abfrageparameter „after“ und „limit“ ab.
curl --request GET \
--url https://api.hubapi.com/automation/v4/flows \
--header 'Authorization: Bearer <token>'{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"flowType": "ACTION_SET",
"id": "<string>",
"isEnabled": true,
"objectTypeId": "<string>",
"revisionId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>"
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
Ein Paginierungscursor-Token zum Abrufen nachfolgender Seiten.
Die maximale Anzahl der Ergebnisse, die zurückgegeben werden. Standardwert: 100.