I have installed Joget version 3, but my question is if i want to call any of the  Joget Json APIs , then should i expose these API first ? or they are exposed and published and ready to be called without any additional steps?. I am asking this question since i tired to navigate to the following URL on my browser  http://localhost:8080/web/json/workflow/package/list . but i got an error :-" The requested resource (/web/json/workflow/package/list) is not available. ". Any help.

Best Regards

  • No labels

2 Comments

  1. Hi John,

    The correct url should be http://localhost:8080/jw/web/json/workflow/package/list if you never change the default context path. Some JSON API may required authentication. You can refer to JSON API Authentication.

    Hope this help.

    Best regards,

    Owen

    1. thanks for the reply. i tried the following linkhttp://localhost:8080/jw/web/json/workflow/package/list?j_username=kermit&hash=E1[deleted]A0&loginAs=admin.

      and it worked well.

      thanks a lot for your help.

      BR