GET gerenciadoc/BuscaGrupoAcessoDualList?IdArquivo={IdArquivo}&Tipo={Tipo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdArquivo | string |
Required |
|
| Tipo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GrupoAcessoDualList_Contract| Name | Description | Type | Additional information |
|---|---|---|---|
| IDGRUPO | integer |
None. |
|
| NOME | string |
None. |
|
| SEL | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDGRUPO": 1,
"NOME": "sample string 2",
"SEL": true
},
{
"IDGRUPO": 1,
"NOME": "sample string 2",
"SEL": true
}
]