curl --location --request GET '/api/KitCustomizadoRegra'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"nome": "string",
"tiposTelhadosIdsList": [
0
],
"tiposTelhadosIds": "string",
"tiposList": [
"string"
],
"tipos": "string",
"insumoId": 0,
"formula": "string",
"fasesList": [
"string"
],
"fases": "string",
"tensoesList": [
0
],
"tensoes": "string"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}