GET sac_historico/listaHistorico?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filtros

string

Required

sidx

string

Required

sord

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListSAC_HISTORICOContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of SAC_HISTORICOContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "IDSAC_HISTORICO": 1,
      "IDMODELOPLCONTA": 1,
      "CODIGOCONTA": "sample string 1",
      "NOME": "sample string 2",
      "AGRUPAR_BALANCETE": 1,
      "PARTICIPA_INFANUAL": 1,
      "TPVERBA": "sample string 3",
      "NOMEMODELO": "sample string 4",
      "NOMECONTA": "sample string 5"
    },
    {
      "IDSAC_HISTORICO": 1,
      "IDMODELOPLCONTA": 1,
      "CODIGOCONTA": "sample string 1",
      "NOME": "sample string 2",
      "AGRUPAR_BALANCETE": 1,
      "PARTICIPA_INFANUAL": 1,
      "TPVERBA": "sample string 3",
      "NOMEMODELO": "sample string 4",
      "NOMECONTA": "sample string 5"
    }
  ]
}