自動化
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}
{ "functions": [ { "functionType": "PRE_ACTION_EXECUTION", "id": "<string>" } ], "actionUrl": "<string>", "published": true, "labels": {}, "inputFields": [ { "isRequired": true, "automationFieldType": "<string>", "typeDefinition": { "helpText": "<string>", "referencedObjectType": "CONTACT", "name": "<string>", "options": [ { "hidden": false, "displayOrder": 123, "doubleData": 123, "description": "", "readOnly": false, "label": "", "value": "" } ], "description": "<string>", "externalOptionsReferenceType": "<string>", "label": "<string>", "type": "string", "fieldType": "booleancheckbox", "optionsUrl": "<string>", "externalOptions": true }, "supportedValueTypes": [ "STATIC_VALUE" ] } ], "outputFields": [ { "typeDefinition": { "helpText": "<string>", "referencedObjectType": "CONTACT", "name": "<string>", "options": [ { "hidden": false, "displayOrder": 123, "doubleData": 123, "description": "", "readOnly": false, "label": "", "value": "" } ], "description": "<string>", "externalOptionsReferenceType": "<string>", "label": "<string>", "type": "string", "fieldType": "booleancheckbox", "optionsUrl": "<string>", "externalOptions": true } } ], "revisionId": "<string>", "archivedAt": 123, "inputFieldDependencies": [ { "dependencyType": "SINGLE_FIELD", "controllingFieldName": "<string>", "dependentFieldNames": [ "<string>" ] } ], "executionRules": [ { "labelName": "<string>", "conditions": {} } ], "id": "<string>", "objectTypes": [ "<string>" ], "objectRequestOptions": { "properties": [ "<string>" ] } }
IDを基準にカスタム ワークフロー アクション定義を取得します。
カスタムアクションのID。
アプリのID。
アーカイブ済みの結果のみを返すかどうか。
successful operation
Anzeigen untergeordnete attribute