REST API Reference//
- List insights. Pagination applies only to root elements (ScenarioId == null). When fetching a page, include all children of those roots. Search/filtering applies to both parent and children: If a parent matches, return the parent with all its children. If a child matches, return the child and its parent (even if the parent wouldn’t match by itself).
Retrieve an insight.
List insights.
Pagination...
List insights. Pagination applies only to root elements (ScenarioId == null). When fetching a page, include all children of those roots. Search/filtering applies to both parent and children: If a parent matches, return the parent with all its children. If a child matches, return the child and its parent (even if the parent wouldn’t match by itself).
Returns a paginated list insight. Default page size is 10.
Security
oauth2
POST
- application/json
- text/json
- application/*+json
- object
- FilterConditionOperators
{ "sortSpecifications": [ { … } ], "filterSpecifications": [ { … } ], "page": null, "pageSize": null }
Response
{ "before": 0, "after": 0, "total": 0, "items": [ { … } ] }