GET GedPesquisa/ListarDocumentos?dtinicial={dtinicial}&dtfinal={dtfinal}&status={status}&sidx={sidx}&sord={sord}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dtinicial

string

Required

dtfinal

string

Required

status

string

Required

sidx

string

Required

sord

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

PRELANCAMENTOGRID_CONTRACT
NameDescriptionTypeAdditional information
total

integer

None.

page

integer

None.

records

integer

None.

rows

Collection of PRELANCAMENTO_CONTRACT

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "page": 2,
  "records": 3,
  "rows": [
    {
      "IDARQUIVO": "sample string 1",
      "IDHISTORICO": "sample string 2",
      "CHAVE_PROCESSO": "sample string 3",
      "IDENTIFICADOR_FORNECEDOR": "sample string 4",
      "IDENTIFICADOR_PAGADOR": "sample string 5",
      "CPFCNPJ_FORNECEDOR": "sample string 6",
      "CPFCNPJ_PAGADOR": "sample string 7",
      "CODIGO_BARRAS": "sample string 8",
      "VENCIMENTO": 1,
      "VALOR_DOCUMENTO": 1.0,
      "VALOR_PAGAR": 1.0,
      "STATUS": "sample string 9",
      "IDLOC_HISTORICO": "sample string 10",
      "NOME_HISTORICO": "sample string 11",
      "CODIGOLOCADOR": "sample string 12",
      "IDPESSOA_LOCADOR": 1,
      "NOME_LOCADOR": "sample string 13",
      "IDPESSOA_INQUILINO": 1,
      "CODIGOINQUILINO": "sample string 14",
      "NOME_INQUILINO": "sample string 15",
      "CODIGOLOCACAO": "sample string 16",
      "ENDERECO": "sample string 17",
      "CONDOMINIO": "sample string 18",
      "UNIDADE": "sample string 19"
    },
    {
      "IDARQUIVO": "sample string 1",
      "IDHISTORICO": "sample string 2",
      "CHAVE_PROCESSO": "sample string 3",
      "IDENTIFICADOR_FORNECEDOR": "sample string 4",
      "IDENTIFICADOR_PAGADOR": "sample string 5",
      "CPFCNPJ_FORNECEDOR": "sample string 6",
      "CPFCNPJ_PAGADOR": "sample string 7",
      "CODIGO_BARRAS": "sample string 8",
      "VENCIMENTO": 1,
      "VALOR_DOCUMENTO": 1.0,
      "VALOR_PAGAR": 1.0,
      "STATUS": "sample string 9",
      "IDLOC_HISTORICO": "sample string 10",
      "NOME_HISTORICO": "sample string 11",
      "CODIGOLOCADOR": "sample string 12",
      "IDPESSOA_LOCADOR": 1,
      "NOME_LOCADOR": "sample string 13",
      "IDPESSOA_INQUILINO": 1,
      "CODIGOINQUILINO": "sample string 14",
      "NOME_INQUILINO": "sample string 15",
      "CODIGOLOCACAO": "sample string 16",
      "ENDERECO": "sample string 17",
      "CONDOMINIO": "sample string 18",
      "UNIDADE": "sample string 19"
    }
  ]
}