GET paineldecontrole/BuscaCamposRPS
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListCAMPO_RPSContractName | Description | Type | Additional information |
---|---|---|---|
totalPages | integer |
None. |
|
page | integer |
None. |
|
totalRecords | integer |
None. |
|
rows | Collection of CAMPO_RPSContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalPages": 1, "page": 2, "totalRecords": 3, "rows": [ { "IDLOC_HISTORICO": 1, "NOME_HISTORICO": "sample string 2", "SEQ": 3, "TIPO_HISTORICO": "sample string 4", "TIPO_VALOR": "sample string 5" }, { "IDLOC_HISTORICO": 1, "NOME_HISTORICO": "sample string 2", "SEQ": 3, "TIPO_HISTORICO": "sample string 4", "TIPO_VALOR": "sample string 5" } ] }