Get task id

Hello,

I have my process divided in several validations lanes, i didn't found in api documentation the way to get each task id, when I use get task/human or any other type of task, I just get an empty 200 response.

here is my request:

http://{{baseUrl}}/bonita/API/bpm/humanTask?p=0&c=10

Are your tasks instantiated (e.g.: visible in the User app task list) ?

Nope, if you're speaking about Bonita Administrator Application it's empty the process is correctly displayed in process list but none of the tasks whether they're human/activity , maybe it's related to process doesn't have a start button on user application?
Or does the task needs process to be started?

Yes, you must instantiate the process. You can do it using the API or a UID form with the Start process button action.