cURL
curl --request GET \ --url https://api.example.com/rating-tables
{ "total": 123, "data": [ { "type": "RATING_TABLE", "id": "<string>", "inputs": [ { "id": "<string>", "unit": "<string>" } ] } ] }
total
data
Show child attributes
Was this page helpful?