Joget Json api to start process returning empty response with 200 status

Confluence User - 27 Sep, 2018

Hello,

I am using json api to start the process but its not creating the process actually and it returns below response with 200 status. 

Url : http://localhost:8092/jw/web/json/workflow/process/start/my_app_id:1:my_process_id?j_username=admin&password=admin

Response

{
"activityId": "",
"processId": ""
}

What I am missing here?

Thanks in advance

jsonapi;json

5


27 Sep, 2018
confluenceUser
1
confluenceUser

Hey there parashuram,

For your URL, the JSON authentication parameters should be --> ?j_username=admin&j_password=admin

You may refer here for more information regarding JSON API Authentication.

Hope this helps!

27 Sep, 2018
confluenceUser
confluenceUser

yes justin . That was the issue. Thanks for help

27 Sep, 2018
confluenceUser
confluenceUser

You're welcome!

20 Aug, 2021
confluenceUser
confluenceUser

Hi, I facing the same issue. I'm using Joget from docker hub.

21 Aug, 2021
confluenceUser
confluenceUser

Hi there. I noticed you posted a question here too: JSON API using Master Login return { total: 0}. So I presume you're asking the same thing.

1) Did you remember to configure the API IP/Domain Whitelist in Joget Settings?

2) Is your hashed password correctly derived according to the formula?

3) Are you using LDAP Directory Manager or Security Enhanced Directory Manager plugin?

4) Does the user clark have permission to start the process? Ensure the Process Start Whitelist is configured correctly.

Reference:

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print