1
0
-1

Hi dear
I'm having problems using the JSON API. How can I solve this problem? 

I Use "web/json/monitoring/process/copy/(*:processId)/(*:processDefId)" 
for re-process that has been canceled
but I received the result as 
{"error":{
"date":"Fri Apr 24 11:13:46 ICT 2020",
"code":"405",
"message":"Request method 'GET' not supported"
}}

Joget version : 6

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      As documented in JSON API#web/json/monitoring/process/copy/(*:processId)/(*:processDefId). The API requires POST method, not GET

      1. Sayamon J.

        How can I send Post method?

      2. Aristo

        There are several API clients out there, I think Postman and CURL are 2 of the most popular tools.

      CommentAdd your comment...
    2.  
      2
      1
      0

      POST Method can not just send url in browser but need to be pass request parameter for security reason.


      You should try with POST tool like Postman 

        CommentAdd your comment...