Assignments
Work with personal Assignments in Targetprocess with REST API
Retrieve Assigned Users for Entity
Let's have a look at a sample User Story. Assignments area is shown in the right column.

The following query allows to retrieve all users assigned to a user story, including their names and roles:
GET /api/v1/UserStories/1234?include=[Assignments[GeneralUser,Role]]
Updated almost 6 years ago