cURL
curl --request GET \ --url https://api.example.com/api/public/score-configs/{configId}
{ "id": "<string>", "name": "<string>", "createdAt": {}, "updatedAt": {}, "projectId": "<string>", "dataType": "<string>", "isArchived": true, "minValue": 123, "maxValue": 123, "categories": [ { "value": 123, "label": "<string>" } ], "description": "<string>" }
Endpoint toGet a score config on toolzz analytics
Show properties