get

¿Cómo configurar el método GET por API REST para obtener contenido de mensajes de GMAIL?

Necesitamos obtener información desde Gmail, para ello hemos utilizado la opción GET del API REST de Bonita. Hemos ubicado los datos brindados por el API de Google (ID de cliente y Clave secreta). Cuando efectuamos la prueba desde la interfaz de Bonita nos arroja el siguiente error:

How to configure GET method by REST API to get message content from GMAIL?

We need to obtain information from Gmail, for this we have used the GET option of the Bonita REST API. We have located the data provided by the Google API (Client ID and Secret Key). When we run the test from the Bonita interface, it throws us the following error:

How can I do to accept POST and GET method in my API.

Hi everyone,
Im building an API but I have a problem, how can i do to accept POST and GET method.

I added in page.properties but its does not works.

signApi.method=POST,GET

Get TaskInstance Id

Hello!

Currently i'm working on a proof of concept for my work.
I want a user taskList to load all the refused "requests" from a user inside my page. I did this with the API:
../API/bdm/businessData/com.company.model.CompensationRequest?q=findByUserAndStatus&p=0&c=10&f=userId={{session.user_id}}&f=status=refused

Notifications