Dados Abertos
Introducao
Endpoints publicos de leitura usados nas paginas com DataTable do portal.
Despesas
Endpoints de DataTable relacionados a despesas
/api/despesa-detalhadaLista de despesas detalhadas
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/despesa-extra-orcamentariaLista de despesas extraorcamentarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/diariasLista de diarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/valores-diariasLista de valores de diarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/pagamentosLista de pagamentos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Receitas
Endpoints de DataTable relacionados a receitas
/api/duodecimo-repasse-recebidoLista de repasses de duodecimo
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/receita-extra-orcamentariaLista de receitas extraorcamentarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Licitacao e Contratos
Endpoints de DataTable de licitacao e contratos
/api/processos-licitatoriosLista de processos licitatorios
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/aviso-de-licitacao-e-editalLista de avisos e editais
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/contratos-e-aditivosLista de contratos e aditivos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/termos-aditivosLista de termos aditivos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/fiscais-de-contratosLista de fiscais de contratos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/atas-adesaoLista de atas de adesao
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/licitantes-sancionadosLista de licitantes sancionados
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}RH
Endpoints de DataTable relacionados a recursos humanos
/api/relacao-nominal-dos-servidoresLista nominal dos servidores
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/historico-funcional-dos-servidoresHistorico funcional dos servidores
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/lista-dos-estagiariosLista dos estagiarios
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/lista-dos-terceirizadosLista dos terceirizados
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/concurso-selecao-publicaLista de concursos e selecoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/remuneracao-individualizadaLista de remuneracao individualizada
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/tabela-remuneratoria-dos-cargosTabela remuneratoria dos cargos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Gestao
Endpoints de DataTable relacionados a gestao
/api/relatorios-estatisticosRelatorios estatisticos do e-SIC
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/informacoes-desclassificadasLista de informacoes desclassificadas
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/documentos-classificadosLista de documentos classificados
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Planejamento
Endpoints de DataTable de planejamento
/api/prestacao-de-contasLista de prestacoes de contas
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/relatorio-gestao-fiscalLista de relatorios de gestao fiscal
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/julgamento-das-contas-camara-tceLista de julgamentos das contas da camara
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Obras
Endpoints de DataTable de obras
/api/obraLista de obras
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/obra-paralisadaLista de obras paralisadas
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Transferencias
Endpoints de DataTable de transferencias
/api/transferencias-da-uniaoLista de transferencias da uniao
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/acordos-termo-de-cooperacaoLista de acordos e termos de cooperacao
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Legislativo
Endpoints de DataTable relacionados ao legislativo
/api/atas-sessao-ordinariaLista de atas de sessoes ordinarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/atas-sessao-extraordinariaLista de atas de sessoes extraordinarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/atas-sessao-soleneLista de atas de sessoes solenes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/atas-comissaoLista de atas de comissao
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/atas-votacao-nominalLista de atas de votacao nominal
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/cotas-exercicio-atividade-parlamentarLista de cotas de atividade parlamentar
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/julgamento-das-contas-do-executivoLista de julgamentos das contas do executivo
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/decretosLista de decretos
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/mocoesLista de mocoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/legislacao-relacionada-a-gastos-dos-parlamentaresLista de legislacoes sobre gastos parlamentares
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/pauta-reuniao-das-comissoesLista de pautas de reunioes das comissoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/pauta-sessoes-do-plenarioLista de pautas das sessoes do plenario
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/leis-municipaisLista de leis municipais
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/lista-de-presenca-ausencia-nas-sessoesLista de presenca e ausencia nas sessoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/portariasLista de portarias
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/projeto-de-leiLista de projetos de lei
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/projeto-de-decreto-e-resolucoesLista de projetos de decreto e resolucoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/resolucaoLista de resolucoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/indicacaoLista de indicacoes
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}/api/relatorio-atividade-dos-parlamentaresLista de relatorios de atividade dos parlamentares
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}Portal
Endpoints de DataTable da secao portal
/api/resultado-pesquisa-satisfacaoResultados da pesquisa de satisfacao
Request
{
"pagination": {
"page": 1,
"pageSize": 10
},
"search": "texto opcional",
"sort": [
"campo:asc"
],
"filters": {
"campo": {
"$eq": "valor"
}
},
"with": [
"relacao.opcional"
]
}Response
{
"current_page": 1,
"data": [
{
"id": "number",
"created_at": "string",
"updated_at": "string"
}
],
"first_page_url": "string",
"from": 1,
"last_page": 1,
"last_page_url": "string",
"last_updated_at": "string",
"links": [
{
"url": "string|null",
"label": "string",
"active": false
}
],
"next_page_url": "string|null",
"path": "string",
"per_page": 10,
"prev_page_url": "string|null",
"to": 10,
"total": 100
}
