{
"data": [
{
"id": "<string>",
"name": "<string>",
"createdAt": {},
"updatedAt": {},
"projectId": "<string>",
"dataType": "<string>",
"isArchived": true,
"minValue": 123,
"maxValue": 123,
"categories": [
{
"value": 123,
"label": "<string>"
}
],
"description": "<string>"
}
],
"meta": {
"page": 123,
"limit": 123,
"totalItems": 123,
"totalPages": 123
}
}
Endpoint to Get all score configs on toolzz analytics
{
"data": [
{
"id": "<string>",
"name": "<string>",
"createdAt": {},
"updatedAt": {},
"projectId": "<string>",
"dataType": "<string>",
"isArchived": true,
"minValue": 123,
"maxValue": 123,
"categories": [
{
"value": 123,
"label": "<string>"
}
],
"description": "<string>"
}
],
"meta": {
"page": 123,
"limit": 123,
"totalItems": 123,
"totalPages": 123
}
}
Show Request
Show properties