GET appExtrato/applistaextrato?filtros={filtros}&sidx={sidx}&sord={sord}&page={page}&rows={rows}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filtros | string |
Required |
|
sidx | string |
Required |
|
sord | string |
Required |
|
page | integer |
Required |
|
rows | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Listsql_appextratoContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of sql_appextratoContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "CODIGOLOCADOR": "sample string 1", "NOMELOCADOR": "sample string 2", "ORIGEM": "sample string 3", "IDINTEGRA_EXTRATO": "sample string 4", "IDCLIENTE": 1, "ANOMES": 1, "DTVISUALIZADO": 1, "SALDO_ANTERIOR": 1.0, "RECEBIMENTO": 1.0, "PAGAMENTO": 1.0, "TOTAL": 1.0 }, { "CODIGOLOCADOR": "sample string 1", "NOMELOCADOR": "sample string 2", "ORIGEM": "sample string 3", "IDINTEGRA_EXTRATO": "sample string 4", "IDCLIENTE": 1, "ANOMES": 1, "DTVISUALIZADO": 1, "SALDO_ANTERIOR": 1.0, "RECEBIMENTO": 1.0, "PAGAMENTO": 1.0, "TOTAL": 1.0 } ] }