curl --location --request GET '/api/CampoPersonalizado?EtapaId&AbaDinamicaId&TipoServicoId&TipoTarefaId&StatusId&Ativo&Query&TipoCampo&PageNumber&PageSize'
{
"summary": null,
"totalItems": 0,
"pageNumber": 0,
"pageSize": 0,
"ids": [
0
],
"list": [
{
"id": 0,
"ativo": true,
"codigo": "string",
"dataCadastro": "2019-08-24T14:15:22Z",
"descricao": "string",
"formula": "string",
"funcoes": [
{
"campoId": 0,
"funcaoId": 0,
"funcao": {
"id": 0,
"nome": "string"
}
}
],
"funcoesEditar": [
{
"campoId": 0,
"funcaoId": 0,
"funcao": {
"id": 0,
"nome": "string"
}
}
],
"ordem": 0,
"mask": "string",
"titulo": "string",
"tipoCampo": "Arquivo",
"promptAI": "string",
"opcoes": "string",
"opcoesList": [
"string"
],
"statusAutomaticoId": 0,
"statusProjeto": {
"id": 0,
"nome": "string"
},
"etapa": {
"id": 0,
"nome": "string"
},
"tipoServico": {
"id": 0,
"nome": "string"
}
}
],
"totalPages": 0,
"hasPreviousPage": true,
"hasNextPage": true,
"nextPageNumber": 0,
"previousPageNumber": 0
}