ApiRequestEvent
n8n-nodes-semble / core/EventSystem / ApiRequestEvent
Interface: ApiRequestEvent¶
Defined in: core/EventSystem.ts:118
API events
Extends¶
Properties¶
timestamp¶
timestamp:
number
Defined in: core/EventSystem.ts:17
Inherited from¶
source¶
source:
string
Defined in: core/EventSystem.ts:18
Inherited from¶
id¶
id:
string
Defined in: core/EventSystem.ts:19
Inherited from¶
type¶
type:
"api.request"
Defined in: core/EventSystem.ts:119
Overrides¶
endpoint¶
endpoint:
string
Defined in: core/EventSystem.ts:120
method¶
method:
string
Defined in: core/EventSystem.ts:121
query?¶
optional
query:string
Defined in: core/EventSystem.ts:122