Once a task is assigned, is it possible to determine which Candidate Group?

I’m doing a little POC work on Camunda. We’d like to list tasks for members of the candidate group even when they are assigned so they can see who they are assigned to. I am finding in the REST api that after I assign a task, the task no longer returns from /task?candidateGroup=.

Is there another way to do this?

I found the answer.
https://docs.camunda.org/manual/latest/reference/rest/task/get-query/

By setting “includeAssignedTasks” to true, then when a query with the candidateGroup is made, tasks that have been assigned already will be included.