Relacao Pessoas
Retorna relação de pessoas com suporte a filtros e paginação.
Permite busca por matricula, nome, cargo, função, tipo de ingresso, lotação e situação.
GET /backend/api/v1/recursos-humanos/relacao-pessoas
{
"results": [
{
"matricula": "351850/1",
"nome": "ADAUTO LOURES ROCHA JUNIOR",
"tp_ingresso": "CARGO EM COMISSÃO",
"cargo": "CARGO EM COMISSÃO CCE-AED",
"funcao": "ASSESSOR(A) EXECUTIVO ESPECIAL DA DEFENSORIA PÚBLICA-GERAL",
"lotacao": "CURITIBA",
"inicio": "27/05/2026",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350838/1",
"nome": "ADELSON PEREIRA DE CRISTO",
"tp_ingresso": "EFETIVO",
"cargo": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"funcao": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"lotacao": "CURITIBA",
"inicio": "17/12/2018",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350688/1",
"nome": "ADOLFO JUIR JUNIOR",
"tp_ingresso": "EFETIVO",
"cargo": "ANALISTA DA DEFENSORIA PÚBLICA",
"funcao": "ANALISTA DA DEFENSORIA PÚBLICA",
"lotacao": "PARANAGUÁ",
"inicio": "25/04/2016",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "351349/1",
"nome": "ADRIANA ANDRADE DE OLIVEIRA",
"tp_ingresso": "EFETIVO",
"cargo": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"funcao": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"lotacao": "CASTRO",
"inicio": "01/08/2025",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350418/1",
"nome": "ADRIANA APARECIDA MOREIRA DE GARIBOTTI",
"tp_ingresso": "EFETIVO",
"cargo": "ANALISTA DA DEFENSORIA PÚBLICA",
"funcao": "ANALISTA DA DEFENSORIA PÚBLICA",
"lotacao": "CURITIBA",
"inicio": "11/07/2014",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350243/1",
"nome": "ADRIANA ASSIS DE OLIVEIRA",
"tp_ingresso": "EFETIVO",
"cargo": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"funcao": "TÉCNICO(A) DA DEFENSORIA PÚBLICA",
"lotacao": "CURITIBA",
"inicio": "01/04/2013",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350337/1",
"nome": "ADRIANA DEL COMPARI MAIA DA CUNHA",
"tp_ingresso": "EFETIVO",
"cargo": null,
"funcao": null,
"lotacao": null,
"inicio": "29/10/2013",
"fim": "13/10/2014",
"ativo": false,
"carga_horaria": "35"
},
{
"matricula": "351407/1",
"nome": "ADRIANA LEMES DA SILVA",
"tp_ingresso": "RESIDENTE",
"cargo": "RESIDENTE",
"funcao": null,
"lotacao": "CURITIBA",
"inicio": "21/09/2025",
"fim": null,
"ativo": true,
"carga_horaria": "35"
},
{
"matricula": "350310/1",
"nome": "ADRIANA TEODORO SHINMI",
"tp_ingresso": "EFETIVO",
"cargo": "DEFENSOR(A) PÚBLICO(A)",
"funcao": "DEFENSOR(A) PÚBLICO(A)",
"lotacao": "MARINGÁ",
"inicio": "29/10/2013",
"fim": null,
"ativo": true,
"carga_horaria": "*"
},
{
"matricula": "350338/1",
"nome": "ADRIANO DA SILVA ARAUJO",
"tp_ingresso": "EFETIVO",
"cargo": null,
"funcao": null,
"lotacao": null,
"inicio": "29/10/2013",
"fim": "30/09/2014",
"ativo": false,
"carga_horaria": "35"
}
],
"count": 1704
}