Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Mandatory

Description

appId

Yes

Application ID (e.g. leaveApp)

appVersion

Yes

Application Version (e.g. 2)

pluginName

Yes

Plugin Class Path (E.g. plugin/org.joget.apps.userview.lib.InboxMenu)

Sample Call

http://localhost:8080/jw/web/json/app/*leaveApp*/*2*/*plugin/org.joget.apps.userview.lib.InboxMenu*/service?action=getProcessesImage Removed

Sample ResultResul

Code Block
[
   {
      "value":"",
      "label":""
   },
   {
      "value":"leaveProcess",
      "label":"Leave Process (leaveProcess)"
   }
]

...