cURL
curl --request GET \ --url https://api.example.com/rating-tables/{ratingTable}
{ "type": "RATING_TABLE", "id": "<string>", "inputs": [ { "id": "<string>", "unit": "<string>", "options": { "includeMin": true, "includeMax": true } } ], "factors": [ { "type": "RATING_FACTORS", "exactInputs": [ { "id": "<string>", "value": "<string>" } ], "rangeInputs": [ { "id": "<string>", "min": 123, "max": 123 } ], "value": 123 } ] }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
Rating table
type
RATING_TABLE
id
inputs
Show child attributes
factors
Was this page helpful?