curl --location --request GET '/api/Placa'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"codigo": "string",
"nome": "string",
"descricao": "string",
"fabricante": "string",
"tipo": "string",
"bifacial": true,
"porcentagemEficiencia": 0,
"potencia": 0,
"largura": 0,
"altura": 0,
"peso": 0,
"area": 0,
"notas": "string",
"valorUnitario": 0
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}