Versions Compared

Key

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

...

Name

Mandatory

Description

appId

Yes

Application ID

appVersion

Yes

Application Version

pluginName

Yes

Plugin Class Path

Sample Call

http://localhost:8080/jw/web/json/console/app/leaveApp/2/forms/options

Sample Result

Code Block
[
   {
      "value":"",
      "label":""
   },
   {
      "value":"submitLeaveForm",
      "label":"1-Submit Leave Form"
   },
   {
      "value":"approveLeaveForm",
      "label":"2-Approve Leave Form"
   },
   {
      "value":"leaveApprovedForm",
      "label":"3-Leave Approved Form"
   }
]

web/json/plugin/(*:pluginName)/service

...

Description

Parameters

Name

Mandatory

Description

appId

Yes

 

version

Yes

 

callback

 

 

name

 

 

sort

 

 

desc

 

 

start

 

 

rows

 

 

Sample Call

Sample Result

...

Description

Parameters

Name

Mandatory

Description

appId

Yes

 

version

Yes

 

callback

 

 

name

 

 

sort

 

 

desc

 

 

start

 

 

rows

 

 

Sample Call

http://localhost:8080/jw/web/json/console/app/leaveApp/2/forms/options

Sample Result

Code Block
[
   {
      "value":"",
      "label":""
   },
   {
      "value":"submitLeaveForm",
      "label":"1-Submit Leave Form"
   },
   {
      "value":"approveLeaveForm",
      "label":"2-Approve Leave Form"
   },
   {
      "value":"leaveApprovedForm",
      "label":"3-Leave Approved Form"
   }
]

web/json/console/app/(*:appId)/(~:version)/userview/options

...