curl --location --request GET '/api/CategoriaArquivo'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"ordem": 0,
"nome": "string",
"tipo": "Projeto",
"funcoesIds": [
0
],
"funcoes": "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
}