Selo OuroLogo

CÂMARA LEGISLATIVA DE

DORMENTES

PORTAL DA TRANSPARÊNCIA

Ir para o site institucional

Dados Abertos

Introducao

Endpoints publicos de leitura usados nas paginas com DataTable do portal.

Despesas

Endpoints de DataTable relacionados a despesas

GET
/api/despesa-detalhada

Lista 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
}
GET
/api/despesa-extra-orcamentaria

Lista 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
}
GET
/api/diarias

Lista 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
}
GET
/api/valores-diarias

Lista 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
}
GET
/api/pagamentos

Lista 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

GET
/api/duodecimo-repasse-recebido

Lista 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
}
GET
/api/receita-extra-orcamentaria

Lista 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

GET
/api/processos-licitatorios

Lista 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
}
GET
/api/aviso-de-licitacao-e-edital

Lista 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
}
GET
/api/contratos-e-aditivos

Lista 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
}
GET
/api/termos-aditivos

Lista 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
}
GET
/api/fiscais-de-contratos

Lista 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
}
GET
/api/atas-adesao

Lista 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
}
GET
/api/licitantes-sancionados

Lista 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

GET
/api/relacao-nominal-dos-servidores

Lista 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
}
GET
/api/historico-funcional-dos-servidores

Historico 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
}
GET
/api/lista-dos-estagiarios

Lista 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
}
GET
/api/lista-dos-terceirizados

Lista 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
}
GET
/api/concurso-selecao-publica

Lista 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
}
GET
/api/remuneracao-individualizada

Lista 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
}
GET
/api/tabela-remuneratoria-dos-cargos

Tabela 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

GET
/api/relatorios-estatisticos

Relatorios 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
}
GET
/api/informacoes-desclassificadas

Lista 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
}
GET
/api/documentos-classificados

Lista 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

GET
/api/prestacao-de-contas

Lista 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
}
GET
/api/relatorio-gestao-fiscal

Lista 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
}
GET
/api/julgamento-das-contas-camara-tce

Lista 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

GET
/api/obra

Lista 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
}
GET
/api/obra-paralisada

Lista 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

GET
/api/transferencias-da-uniao

Lista 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
}
GET
/api/acordos-termo-de-cooperacao

Lista 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

GET
/api/atas-sessao-ordinaria

Lista 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
}
GET
/api/atas-sessao-extraordinaria

Lista 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
}
GET
/api/atas-sessao-solene

Lista 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
}
GET
/api/atas-comissao

Lista 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
}
GET
/api/atas-votacao-nominal

Lista 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
}
GET
/api/cotas-exercicio-atividade-parlamentar

Lista 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
}
GET
/api/julgamento-das-contas-do-executivo

Lista 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
}
GET
/api/decretos

Lista 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
}
GET
/api/mocoes

Lista 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
}
GET
/api/legislacao-relacionada-a-gastos-dos-parlamentares

Lista 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
}
GET
/api/pauta-reuniao-das-comissoes

Lista 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
}
GET
/api/pauta-sessoes-do-plenario

Lista 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
}
GET
/api/leis-municipais

Lista 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
}
GET
/api/lista-de-presenca-ausencia-nas-sessoes

Lista 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
}
GET
/api/portarias

Lista 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
}
GET
/api/projeto-de-lei

Lista 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
}
GET
/api/projeto-de-decreto-e-resolucoes

Lista 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
}
GET
/api/resolucao

Lista 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
}
GET
/api/indicacao

Lista 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
}
GET
/api/relatorio-atividade-dos-parlamentares

Lista 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

GET
/api/resultado-pesquisa-satisfacao

Resultados 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
}