Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
This plugin serves as the generic access point to any plugin that implements PluginWebSupport in the context of a specific App and App version.
It will call the webService method in the specificied plugin. Thus, the number of parameters needed essentially depends on the plugin itself.
...
URL
web/json/plugin/(*:pluginName)/service
Method
GET/POST
Description
This plugin serves as the generic access point to any plugin that implements PluginWebSupport without being in the context of a specific App and App version.
It will call the webService method in the specificied plugin. Thus, the number of parameters needed essentially depends on the plugin itself.
Parameters
Name | Mandatory | Description |
---|---|---|
pluginName |
|
|
Sample Call
...
Yes | Plugin Class Path (E.g. plugin/org.joget.apps.userview.lib.InboxMenu) |
Sample Call
Sample Result
Code Block |
---|
[
{
"value":"admin",
"label":"Admin Admin(admin)"
},
{
"value":"cat",
"label":"Cat Grant(cat)"
},
{
"value":"clark",
"label":"Clark Kent(clark)"
},
{
"value":"david",
"label":"David Cain(david)"
}
] |
URL
Method
...