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
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show properties