cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/factors/effectiveness/{factor_name}/by-window \ --header 'Authorization: Bearer <token>'
{ "items": [ { "factor_name": "<string>", "symbol": "<string>", "computed_at": "<string>", "sample_size": 123, "score": 123, "window": "<string>" } ], "total": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Factor name
Effectiveness broken down by time window
Factor effectiveness listing.
Show child attributes
Was this page helpful?