GET GedPesquisa/BuscaValorCampos?IdArquivo={IdArquivo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IdArquivo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GED_BUSCACAMPO_CONTRACTName | Description | Type | Additional information |
---|---|---|---|
IDGED_BUSCACAMPO | string |
None. |
|
IDCLIENTE | integer |
None. |
|
IDHISTORICO | string |
None. |
|
IDGED_CAMPO | string |
None. |
|
VALOR | string |
None. |
|
CAMPO_PRE_LANCTO | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IDGED_BUSCACAMPO": "sample string 1", "IDCLIENTE": 2, "IDHISTORICO": "sample string 3", "IDGED_CAMPO": "sample string 4", "VALOR": "sample string 5", "CAMPO_PRE_LANCTO": "sample string 6" }, { "IDGED_BUSCACAMPO": "sample string 1", "IDCLIENTE": 2, "IDHISTORICO": "sample string 3", "IDGED_CAMPO": "sample string 4", "VALOR": "sample string 5", "CAMPO_PRE_LANCTO": "sample string 6" } ]