Zum Hauptinhalt springen
GET
/
automation
/
v4
/
actions
/
{appId}
/
{definitionId}
/
functions
/
{functionType}
/
{functionId}
特定の定義から関数を取得
curl --request GET \
  --url https://api.hubapi.com/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}
{
  "functionSource": "<string>",
  "functionType": "PRE_ACTION_EXECUTION",
  "id": "<string>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent Hub無料ツール

Authorizations

hapikey
string
query
required

Path Parameters

definitionId
string
required

定義のID。

functionType
enum<string>
required

関数のタイプ。「PRE_ACTION_EXECUTION」、「PRE_FETCH_OPTIONS」、「POST_FETCH_OPTIONS」、「POST_ACTION_EXECUTION」のいずれか。

Verfügbare Optionen:
PRE_ACTION_EXECUTION,
PRE_FETCH_OPTIONS,
POST_FETCH_OPTIONS,
POST_ACTION_EXECUTION
functionId
string
required

関数のID。

appId
integer
required

アプリのID。

Response

successful operation

functionSource
string
required
functionType
enum<string>
required
Verfügbare Optionen:
PRE_ACTION_EXECUTION,
PRE_FETCH_OPTIONS,
POST_FETCH_OPTIONS,
POST_ACTION_EXECUTION
id
string