Get user story (v2) with team state
documentedRetrieve a user story via the v2 API including the responsible team state.
GET /api/v2/userstory/{id}?select={ResponsibleTeam.EntityState}UserStories (v2)no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://restapi.tpondemand.com/api/v2/userstory/{{$id}}?select={{$select}}' \
-X GET \
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
# Sources: Targetprocess API v2 endpoints and authentication (e.g., /api/v2/userstory/{id}?select=..., host restapi.tpondemand.com) as documented by Targetprocess (turn1search1, turn1search5, turn2search8) and token-based auth guidance (turn3search2).