List current team iterations with related data
documentedFetch the current Team Iterations with included related entities and a count of tasks.
GET /api/v1/TeamIterations/?include=[Team,Name,UserStories,Bugs,Velocity]&append=[Tasks-Count]&IsCurrent=1TeamIterationsno 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://{{$TP_DOMAIN}}/api/v1/TeamIterations/?include=[Team,Name,UserStories,Bugs,Velocity]&append=[Tasks-Count]&IsCurrent=1" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"