GET gerenciadoc/BuscaArquivosNaoIdentificados?ChaveProcesso={ChaveProcesso}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChaveProcesso | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GED_LISTA_GED_ARQUIVOIDENTIFICACAO_CONTRACT| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| page | integer |
None. |
|
| records | integer |
None. |
|
| rows | Collection of GED_ARQUIVOIDENTIFICACAO_CONTRACT |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"page": 2,
"records": 3,
"rows": [
{
"ORDEM": 1,
"IDHISTORICO": "sample string 2"
},
{
"ORDEM": 1,
"IDHISTORICO": "sample string 2"
}
]
}