- STAGE:
- In Development
API
Flows
More Query Options for Flow API Methods
STAGE:
In Development
Two Flow API endpoints get new filtering options:
GET /5/portal/{portalId}/flow/list can now filter by Keywords (matching all or any, via MatchAllConditions) and its response now includes each Flow's keywords.
GET /5/portal/{portalId}/member/flow/response/list adds filters for FlowId, MemberId, Source (Member or Coach), and Keywords, all combinable with the existing StartDate/EndDate and Limit parameters, plus a new Offset parameter for pagination.
Why It Matters
More precise API queries—pull exactly the Flows or responses you need by keyword, member, or who submitted them, instead of filtering client-side after the fact.
Built for pagination—Offset paired with Limit supports working through large result sets properly.