Sign in

Filter user stories

documented

Query user stories using server-side filters (example: where=Project.Id eq 1736; take up to 1000).

GET /api/v1/UserStories?where={filter}&take={n}UserStoriesno implementation yet0 runs
No 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://{{$base_url}}/api/v1/UserStories?where={{$filter}}&take={{$take}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Filter user stories · targetprocess · OpenIntegrations