You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OData syntax expertise is required to build filter queries.
Real‑world query examples for common filtering scenarios (operator, time range, limit failures, etc.) are not covered as part of the examples. Please refer to the suggestion section for an expected query.
Developers must manually construct complex OData filter strings.
Impact
Increased onboarding complexity for new developers unfamiliar with OData.
Higher risk of incorrect queries leading to incomplete, inaccurate, or failed data retrievals.
Slower development cycles due to repeated trial‑and‑error when constructing OData filters.
Suggestion
Providing real‑world OData query examples such as retrieving measurements for a given operator within a time range and filtering failures based on limit criteria would greatly reduce complexity.
Documentation on how to use Excel or Nigel for complex queries rather than relying on APIs.
Pain Points
Impact
Suggestion
AB#3744658