Interface: HookDetailsScope
Defined in: model/hookDetailsScope.ts:8
Represents the extent to which the event is monitored. For example, if the scope is folder, the webhooks service generates a notification for the specified event occurring in any sub folder or item within that folder.
Export
HookDetailsScope
Properties
folder?
optional
folder:string
Defined in: model/hookDetailsScope.ts:16
The URN of the folder the scope is set to. Present only for Data Management events.
See Creating a Webhook and Listening to Data Management Events for more information.
Memberof
HookDetailsScope
workflow?
optional
workflow:string
Defined in: model/hookDetailsScope.ts:25
The ID of a Model Derivative workflow the scope is set to. Present only for Model Derivative events.
See Creating a Webhook and Listening to Model Derivative Events for more information.
Memberof
HookDetailsScope