Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebHook.List
Lists all web hook objects with their reference numbers.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebHook | 11.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "WebHook.List" )
Parameters
none
Result
Returns list or error.
Description
Lists all web hook objects with their reference numbers.This may include pending connections, which are not yet processed.
Examples
List all object IDs:
Set Variable [$list; Value: MBS( "WebHook.List" ) ]
See also
- WebHook.Create
- WebHook.GetPort
- WebHook.Listen
- WebHook.SetMode
- WebHook.SetScript
- WebHook.SetSSL
- WebRequest.GetState
Release notes
- Version 13.1
- Added Queue Length parameter for WebHook.Listen function.
- Version 12.5
- Changed WebHook.Listen to allow passing zero as port number to pick a random port, which you then query via WebHook.GetPort.
- Version 12.1
- Fixed an issue in WebHook.Listen not working on Windows.
Example Databases
Blog Entries
This function is free to use.
Created 13th October 2021, last changed 27th August 2023