GET GedPesquisa/BuscaHistorico?IdArquivo={IdArquivo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IdArquivo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GED_HISTORICOARQUIVO_CONTRACTName | Description | Type | Additional information |
---|---|---|---|
IDARQUIVO | string |
None. |
|
IDHISTORICO | string |
None. |
|
IDUSUULTALTER | integer |
None. |
|
DTULTALTER | integer |
None. |
|
NOMEUSUULTALTER | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IDARQUIVO": "sample string 1", "IDHISTORICO": "sample string 2", "IDUSUULTALTER": 1, "DTULTALTER": 1, "NOMEUSUULTALTER": "sample string 3" }, { "IDARQUIVO": "sample string 1", "IDHISTORICO": "sample string 2", "IDUSUULTALTER": 1, "DTULTALTER": 1, "NOMEUSUULTALTER": "sample string 3" } ]