curl --request GET \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey='{
"createdAt": "2023-11-07T05:31:56Z",
"visibilitySettings": [
{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}
]
}アプリのメディアブリッジイベントの共有範囲設定を取得します。
curl --request GET \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey='{
"createdAt": "2023-11-07T05:31:56Z",
"visibilitySettings": [
{
"eventType": "ALL",
"updatedAt": 123,
"showInReporting": true,
"showInTimeline": true,
"showInWorkflows": true
}
]
}