mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Admin docs: Make list of webhook events exhausitve
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -38,6 +38,42 @@ Nextcloud Webhook Events
|
||||
|
||||
This is an exhaustive list of available events. It features the event ID and the available variables for filtering.
|
||||
|
||||
* OCA\\Forms\\Events\\FormSubmittedEvent
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
array{
|
||||
"user": array {"uid": string, "displayName": string},
|
||||
"time": int,
|
||||
"event": array{
|
||||
"class": string,
|
||||
"form": array{
|
||||
"id": int,
|
||||
"hash": string,
|
||||
"title": string,
|
||||
"description": string,
|
||||
"ownerId": string,
|
||||
"fileId": string|null,
|
||||
"fileFormat": string|null,
|
||||
"created": int,
|
||||
"access": int,
|
||||
"expires": int,
|
||||
"isAnonymous": bool,
|
||||
"submitMultiple": bool,
|
||||
"showExpiration": bool,
|
||||
"lastUpdated": int,
|
||||
"submissionMessage": string|null,
|
||||
"state": int,
|
||||
},
|
||||
"submission": array{
|
||||
"id": int,
|
||||
"formId": int,
|
||||
"userId": string,
|
||||
"timestamp": int,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
* OCA\\Tables\\Event\\RowAddedEvent
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
Reference in New Issue
Block a user