curl --location --request GET '/api/ModeloEmail'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"ativo": true,
"nome": "string",
"assunto": "string",
"corpo": "string",
"id": 0,
"excluido": true,
"dataInclusao": "2019-08-24T14:15:22Z",
"dataAlteracao": "2019-08-24T14:15:22Z",
"dataExclusao": "2019-08-24T14:15:22Z"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}