Authorization: ********************curl --location --request GET 'https://prod.your-api-server.com/api/TarefaEtiqueta?query&PageNumber&PageSize' \
--header 'Authorization: <api-key>'{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"nome": "string",
"cor": "string",
"setorId": 0,
"setor": {
"id": 0,
"ordem": 0,
"nome": "string",
"descricao": "string",
"ativo": true,
"codigo": "string",
"cor": "string",
"setorPaiId": 0,
"setorPai": {}
},
"funcoesIds": [
0
],
"funcoes": "string"
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}