v1
latestOpenAPI 3.0.32026-07-1773120135.6 KBusers
List the cycles of length 3 in the comparisons graphs.
These "graphs" (one graph per criteria) are modeled by considering entities as nodes, and comparisons as directed edges.
A cycle between 3 entities A, B, C is when A is preferred to B, which is preferred to C, which is preferred to A (A > B > C > A). Longer cycles are ignored, because it would be too long to count.
A "comparison trio" is any set of 3 entities that are all compared to each other. The ratio cycles_count / comparison_trios_count can be used as an indicator of consistency.
get/users/me/inconsistencies/length_3_cycles/{poll_name}
Path parameters
poll_namestring required
Query parameters
date_gtestring date-time
Restrict the search to comparisons done or edited after this date. Accepted formats: ISO 8601 datetime (e.g 2021-12-01T12:45:00).