curl --location --request GET '/api/TipoTarefa?PageNumber&PageSize&query'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"nome": "string",
"tituloPadrao": "string",
"tempoEstimado": 0,
"usuariosIds": [
0
],
"usuarios": "string",
"area": "Comercial",
"urlIcone": "string",
"cor": "string",
"textoPadrao": "string",
"objetivo": "Nenhum",
"funcoesIds": [
0
],
"funcoes": "string"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}