analytics
List items failing one governance statement
Returns one keyset page of the items in the caller's node scope that fail statement_id. Paging is cursor-based: pass the previous response's next_cursor; a null next_cursor is the last page. 404 when governance is not configured, disabled, governance_analytics is off, or the statement id is unknown.
get/analytics/governance/items
Query parameters
statement_idstring required
Statement id from the governance analytics response
cursorstring
Opaque cursor from the previous page
limitinteger
Page size (default 50, max 100)
business_node_idsstring
Comma-separated leaf node IDs (UUIDs). Omit for all accessible nodes.
Response
OK
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○