Which REST API to choose for user tack?

Hi to all,
I want render through Rest api a “user task” using a REACT program not embedded into web camunda components. Which rest apis I need to use?

Thanks
Olindo

@pindaroli you can choose rest API from below list of task rest API.

Get

GET /task/{id}

Get List

GET /task

Get List (POST)

POST /task

https://docs.camunda.org/manual/latest/reference/rest/task/

1 Like