Benchmark Scaling

Get the scaling models for a given category. Multiple models can be specified.

Path parameters

group_idintegerRequired
categoryenumRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

modelstringOptional

Response

Successful Response

raw_datalist of maps from strings to doubles

Raw data points used to generate the scaling model. Dictionary of the two metrics, x then y.

predlist of maps from strings to doubles

Predicted center trend line of the scaling model. Dictioary of the two metrics, x then y.

bandslist of objects

Bands representing the range of the scaling model.

Errors