自動化
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions
{ "results": [ { "functionType": "PRE_ACTION_EXECUTION", "id": "<string>" } ] }
定義に含まれる全ての関数を取得します。
定義のID。
アプリのID。
successful operation
Show child attributes