GET appExtrato/applistarepasse?Origem={Origem}&filtros={filtros}&page={page}&rows={rows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Origem

string

Required

filtros

string

Required

page

integer

Required

rows

integer

Required

Body Parameters

None.

Response Information

Resource Description

Listsql_apprepasseContract
NameDescriptionTypeAdditional information
totalPages

integer

None.

page

integer

None.

totalRecords

integer

None.

rows

Collection of sql_apprepasseContract

None.

Response Formats

application/json, text/json

Sample:
{
  "totalPages": 1,
  "page": 2,
  "totalRecords": 3,
  "rows": [
    {
      "DATA": 1,
      "REFERENCIA": "sample string 1",
      "HISTORICO": "sample string 2",
      "COMPLEMENTO1": "sample string 3",
      "COMPLEMENTO2": "sample string 4",
      "VALOR": 1.0
    },
    {
      "DATA": 1,
      "REFERENCIA": "sample string 1",
      "HISTORICO": "sample string 2",
      "COMPLEMENTO1": "sample string 3",
      "COMPLEMENTO2": "sample string 4",
      "VALOR": 1.0
    }
  ]
}