web rest api

Getting 401 unauthorized error in web rest API

Hello everyone,

I am new to Bonita BPM and trying to start a case from Web Rest API. I have call the http://localhost:8080/bonita/loginservice first and it gives me back token, I am sending another request to start the case
Request URL http://localhost:8080/bonita/API/bpm/case/
Request Method POST
Request Payload {"processDefinitionId": 1}

REST API Bonita 7.2 Authentication Unable to log in (Web browser)

Hello,

i am trying to do an authentication test from Web by Postman Extension.

I had read everything about authentication from bonita documentation but is impossible do the log in.

Post Method: http://localhost:8080/bonita/loginservice

form-data: username,pass and redirect in headers or body but not working. This is the result:

</p>

Creating an API connector to pull web data

Using Bonitasoft 7 community edition. Using Yahoo yql, to get a Yahoo finance API.

I have created API calls in forms to get data from Yahoo.However I need to create a call for the same information within the process.

This seemed like viable option however I have been unable to get it to integrate with Bonita 7 http://community.bonitasoft.com/project/rest-connector

I have been getting the error,

Get connectors of a pool

Hi everyone,

I'm using python and the web rest api of version 6.3. I manage to get all the pools through the url http://localhost:8080/bonita/API/bpm/process?p=0. I can also get all the executed connectors via http://localhost:8080/bonita/API/bpm/archivedConnectorInstance?p=0

Notifications